notesField property

List<TextInputFormatter> get notesField

For notes and descriptions More permissive but still blocks emojis and profanity

Implementation

static List<TextInputFormatter> get notesField => <TextInputFormatter>[
  ...denyEmojis,
  ...denyProfanity,
];