LddCommand.selectFont constructor

const LddCommand.selectFont({
  1. required LddFont font,
})

Implementation

const factory LddCommand.selectFont({
  required LddFont font,
}) = LddCommand_SelectFont;