getInputStyle method

  1. @override
Style? getInputStyle(
  1. BuildContext context
)
override

Implementation

@override
Style? getInputStyle(BuildContext context) {
  return style;
}