TupleTheme constructor

TupleTheme(
  1. String str,
  2. ThemeData theme
)

Implementation

TupleTheme(String str, ThemeData theme) {
  name = str;
  this.theme = theme;
}