CrudBase<CrudStore extends StoreCrudBase> constructor
const
CrudBase<CrudStore extends StoreCrudBase> ({})
Implementation
const CrudBase(
{Key? key,
required this.title,
this.tuples,
this.inputs,
this.height = 400,
this.width = 400})
: assert(tuples != null && inputs == null ||
inputs != null && tuples == null),
super(key: key);