subtitle property
String
get
subtitle
Returns a string of sentences
length with _word
repeated
Implementation
static String get subtitle => _word * 3;
Returns a string of sentences
length with _word
repeated
static String get subtitle => _word * 3;