ActionRow constructor

ActionRow({
  1. List<Component> components = const [],
})

Implementation

ActionRow({this.components = const []});