CustomComponent constructor
CustomComponent({})
Creates a custom component with the given pattern and builder.
Implementation
factory CustomComponent({
required Pattern pattern,
required CustomComponentBuilder builder,
ThemeExtension<Object?>? theme,
}) = _CustomComponent;