RowModel constructor
RowModel(
- WidgetModel parent,
- String? id, {
- Scope? scope,
- dynamic data,
Implementation
RowModel(WidgetModel super.parent, super.id, {super.scope, super.data});