CenteredTable constructor

const CenteredTable({
  1. Key? key,
  2. List<CenteredRow> children = const [],
})

Implementation

const CenteredTable({super.key, this.children = const []});