textStyle method

TextFieldStyler textStyle(
  1. TextStyler value
)

Implementation

TextFieldStyler textStyle(TextStyler value) {
  return container(BoxStyler().textStyle(value));
}