styleInputDecorationLabel function

TextStyle? styleInputDecorationLabel(
  1. AppModel app,
  2. BuildContext context
)

Implementation

TextStyle? styleInputDecorationLabel(AppModel app, BuildContext context) =>
    StyleRegistry.registry()
        .styleWithApp(app)
        .frontEndStyle()
        .textStyleStyle()
        .styleInputDecorationLabel(app, context);