1import 'package:flutter/material.dart';
3import '../theme/color_palette.dart';
24 Widget
build(BuildContext context) {
28 style: Theme.of(context).textTheme.displaySmall?.copyWith(
32 decoration: InputDecoration(
34 contentPadding: EdgeInsets.zero,
37 border:
const UnderlineInputBorder(),
39 hintStyle: Theme.of(context).textTheme.displaySmall?.copyWith(