TdBottomActions constructor

const TdBottomActions({
  1. Key? key,
  2. required List<Widget> children,
})

Implementation

const TdBottomActions({
  super.key,
  required this.children,
});