menu
arcane package
documentation
generated/arcane_shadcn/src/util.dart
IntExtension
max method
max method
dark_mode
light_mode
max
method
int
max
(
int
other
)
Implementation
int max(int other) => this > other ? this : other;
arcane package
documentation
generated/arcane_shadcn/src/util
IntExtension
max method
IntExtension extension on
int