RealInputFormatter constructor Null safety

RealInputFormatter(
  1. {bool centavos = false,
  2. bool moeda = false}
)

Implementation

RealInputFormatter({this.centavos = false, this.moeda = false});