Flex.grow constructor
const
Flex.grow(
- double grow
Create a flex value with the given grow factor.
Implementation
const factory Flex.grow(double grow) = _Flex.grow;
Create a flex value with the given grow factor.
const factory Flex.grow(double grow) = _Flex.grow;