caption1 property
Text
get
caption1
Applies caption1 style: font size 12 logical pixels and light font weight
Implementation
Text get caption1 => _copyWith(style: const TextStyle(fontSize: 12.0));
Applies caption1 style: font size 12 logical pixels and light font weight
Text get caption1 => _copyWith(style: const TextStyle(fontSize: 12.0));