WorkSpaceCard constructor
const
WorkSpaceCard({})
Implementation
const WorkSpaceCard(
{Key? key, required this.title, required this.children, this.crossCount = 4, this.mainSpacing = 16, this.crossSpacing = 16, this.ratio = 0.88, this.padding = const EdgeInsets.all(16)})
: super(key: key);