withStyle method

Text withStyle(
  1. TextStyle style
)

Implementation

Text withStyle(TextStyle style) => copyWith(style: style);