kInputTheme top-level property

InputDecorationTheme kInputTheme
final

Implementation

final kInputTheme = InputDecorationTheme(
  filled: true,
  border: OutlineInputBorder(
    borderRadius: BorderRadius.circular(12),
  ),
);