mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
formatting
This commit is contained in:
@ -16,7 +16,8 @@ TextConfig tiny = regular.withFontSize(12.0);
|
||||
|
||||
class MyTextBox extends TextBoxComponent {
|
||||
MyTextBox(String text)
|
||||
: super(text, config: tiny, boxConfig: const TextBoxConfig(timePerChar: 0.05));
|
||||
: super(text,
|
||||
config: tiny, boxConfig: const TextBoxConfig(timePerChar: 0.05));
|
||||
|
||||
@override
|
||||
void drawBackground(Canvas c) {
|
||||
|
||||
Reference in New Issue
Block a user