TextstylesetController constructor

TextstylesetController({
  1. required String input,
})

The constructor for the TextstylesetController class.

Implementation

TextstylesetController({
  required this.input,
});