menu
jaspr_hooks package
documentation
web.dart
ElementSize
ElementSize.new const constructor
ElementSize.new const constructor
dark_mode
light_mode
ElementSize
constructor
const
ElementSize
(
double
width
,
double
height
)
Creates an element-size value.
Implementation
const ElementSize(this.width, this.height);
jaspr_hooks package
documentation
web
ElementSize
ElementSize.new const constructor
ElementSize class