verySmallStyle property

TextStyle verySmallStyle

Implementation

TextStyle get verySmallStyle =>
    Theme.of(this).textTheme.bodySmall!.copyWith(fontSize: 10);