LddCommand_SelectFont constructor

const LddCommand_SelectFont({
  1. required LddFont font,
})

Implementation

const factory LddCommand_SelectFont({required final LddFont font}) =
    _$LddCommand_SelectFontImpl;