useHtmlInput property
bool
get
useHtmlInput
Implementation
static bool get useHtmlInput {
_useHtmlInput ??= const String.fromEnvironment('USE_HTML_INPUT',
defaultValue: kReleaseMode ? 'false' : 'false') ==
'true';
return _useHtmlInput!;
}