SkSimpleGlobalTable constructor
const
SkSimpleGlobalTable({})
Implementation
const SkSimpleGlobalTable({
Key? key,
required this.data,
this.columnSpacing = 24,
this.horizontalMargin = 16,
this.headerBackgroundColor,
this.rowBackgroundColor,
this.showBorder = true,
this.borderRadius = 8,
}) : super(key: key);