inputTextStyle property
Style applied to the text the user types inside the input field. Useful for matching your app's font family, size, or weight.
Implementation
final TextStyle? inputTextStyle;
Style applied to the text the user types inside the input field. Useful for matching your app's font family, size, or weight.
final TextStyle? inputTextStyle;