menu
origin package
documentation
corner.dart
Corner
bottom method
bottom method
dark_mode
light_mode
bottom
method
double
bottom
(
Offset
delta
)
Implementation
double bottom(Offset delta) => switch (this) { bottomLeft || bottomRight => delta.dy, _ => 0, };
origin package
documentation
corner
Corner
bottom method
Corner enum