StatelessElement constructor
- StatelessWidget widget
Creates an element that uses the given widget as its configuration.
Implementation
StatelessElement(StatelessWidget super.widget);
Creates an element that uses the given widget as its configuration.
StatelessElement(StatelessWidget super.widget);