menu
ignis
ignis.dart
AnchorOwner
box static method
box
dark_mode
light_mode
box
static method
AnchorOwner
box
(
[
Anchor
?
anchor
])
Boxes an anchor.
Implementation
static AnchorOwner box([Anchor? anchor]) => _AnchorBox(anchor ?? .topLeft);
ignis
ignis
AnchorOwner
box static method
AnchorOwner class