menu
arcane package
documentation
shadcn/util.dart
DoubleExtension
max method
max method
dark_mode
light_mode
max
method
double
max
(
double
other
)
Implementation
double max(double other) => this > other ? this : other;
arcane package
documentation
shadcn/util
DoubleExtension
max method
DoubleExtension extension on
double