formFieldTextStyle constant
Text style for the input field's actual text content.
Implementation
static const TextStyle formFieldTextStyle = TextStyle(
fontSize: 16,
color: Colors.black,
);
Text style for the input field's actual text content.
static const TextStyle formFieldTextStyle = TextStyle(
fontSize: 16,
color: Colors.black,
);