Font constructor

const Font({
  1. List<FontButtons> buttons = const [],
})

Implementation

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