field static method

TextStyle field(
  1. BuildContext context
)

Implementation

static material.TextStyle field(material.BuildContext context) {
  return material.Theme.of(context).textTheme.button!.copyWith(
        fontWeight: material.FontWeight.w400,
      );
}