menu
innerlibs
size_extensions.dart
SizeExtensions
max property
max
dark_mode
light_mode
max
property
double
get
max
Implementation
double get max => height > width ? height : width;
innerlibs
size_extensions
SizeExtensions
max property
SizeExtensions extension on
Size