MaterialIconData<T> constructor
const
MaterialIconData<T> ({
- required T active,
- dynamic inactive,
Implementation
const MaterialIconData({
required this.active,
dynamic inactive,
}) : inactive = inactive ?? active;