HexColorValidator constructor

const HexColorValidator(
  1. String error, {
  2. HexColorValidatorMode mode = HexColorValidatorMode.withHashtag,
})

Implementation

const HexColorValidator(
  String error, {
  this.mode = HexColorValidatorMode.withHashtag,
}) : super(error);