TagEditorLayoutDelegate constructor

TagEditorLayoutDelegate({
  1. required int length,
  2. required double minTextFieldWidth,
  3. required double spacing,
})

Implementation

TagEditorLayoutDelegate({
  required this.length,
  required this.minTextFieldWidth,
  required this.spacing,
});