emailRegex property

String emailRegex

The regex for custom email

Implementation

static String get emailRegex => r"^[a-z0-9]+@[a-z]+\.[a-z]{2,3}$";