menu
structify package
documentation
core/base.dart
Size
Size.new const constructor
Size.new const constructor
dark_mode
light_mode
Size
constructor
const
Size
(
[
int
size
=
0
])
Constructs a
Size
annotation.
size
: The size of the array. Defaults to 0.
Implementation
const Size([this.size = 0]);
structify package
documentation
core/base
Size
Size.new const constructor
Size class