menu
nylo_support package
documentation
helpers/currency_input_matcher.dart
CurrencyMeta
CurrencyMeta constructor
CurrencyMeta constructor
dark_mode
light_mode
CurrencyMeta
constructor
CurrencyMeta
(
{
required
String
symbol
,
required
CurrencyInputFormatter
formatter
,
String
initialValue
=
""
,
})
Implementation
CurrencyMeta( {required this.symbol, required this.formatter, this.initialValue = ""});
nylo_support package
documentation
helpers/currency_input_matcher
CurrencyMeta
CurrencyMeta constructor
CurrencyMeta class