ThemeInstance constructor

const ThemeInstance({
  1. required String name,
})

Creates a new instance of ThemeInstance

Implementation

const ThemeInstance({
  required String name,
}) : super(
        name: name,
      );