getSmallTextStyle function
dynamic
getSmallTextStyle()
Implementation
getSmallTextStyle() {
return TextStyle(fontWeight: FontWeight.w300, color: black, fontSize: contentSize);
}
getSmallTextStyle() {
return TextStyle(fontWeight: FontWeight.w300, color: black, fontSize: contentSize);
}