style method

Text style(
  1. TextStyle style
)

Implementation

Text style(TextStyle style) {
  return copyWith(style: style);
}