Theme constructor
Applies the given theme data
to child
.
Implementation
const Theme({
super.key,
required this.data,
required this.child,
});
Applies the given theme data
to child
.
const Theme({
super.key,
required this.data,
required this.child,
});