menu
arcane package
documentation
generated/arcane_shadcn/src/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
generated/arcane_shadcn/src/util
DoubleExtension
max method
DoubleExtension extension on
double