space property
SizedBox
get
space
Creates a SizedBox with both height and width
Implementation
SizedBox get space => SizedBox(height: toDouble(), width: toDouble());
Creates a SizedBox with both height and width
SizedBox get space => SizedBox(height: toDouble(), width: toDouble());