infite property
A large fixed size representing effectively infinite dimensions.
Used when a component should not be constrained by available space
Implementation
static Size infite = Size(width: 1000, height: 1000);
A large fixed size representing effectively infinite dimensions.
Used when a component should not be constrained by available space
static Size infite = Size(width: 1000, height: 1000);