Style constructor

const Style({
  1. List<StyleButtons> buttons = const [],
})

Implementation

const Style({this.buttons = const []});