textStyle property

TextStyle? textStyle

Implementation

TextStyle? get textStyle =>
    widget.style ?? FluentTheme.of(context).typography.body;