notEmpty property

Implementation

static TextInputFormatter get notEmpty =>
    FilteringTextInputFormatter.deny(RegExp(r"^(\s)"));