build method Null safety
- BuildContext context
override
Build method is responsible for building the entire widget by using the resolvers
Implementation
@override
Widget build(BuildContext context) {
return styleInstanceGenerator<T>(
resolvedProps: resolveProps(
resolvedTokens: resolveTokens(
toJson: toJson(),
context: context,
),
));
}