TurkishSuffix constructor
const
TurkishSuffix({})
Implementation
const TurkishSuffix(
{super.key,
required this.text,
required this.ek,
this.person = Person.ben,
this.quantity = Quantity.plural,
this.proper_noun = false})
: assert(text != null, 'Text widget must not be null');