buttonTextStyle property

TextStyle buttonTextStyle
final

Implementation

static final TextStyle buttonTextStyle = _textStyle.copyWith(
  fontSize: Dimens.fontSize16,
  fontWeight: FontWeight.w700,
);