mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
fixing code formatting
This commit is contained in:
@ -24,8 +24,8 @@ class TextBoxConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class TextBoxComponent extends PositionComponent with Resizable {
|
class TextBoxComponent extends PositionComponent with Resizable {
|
||||||
static final Paint _imagePaint =
|
static final Paint _imagePaint = BasicPalette.white.paint
|
||||||
BasicPalette.white.paint..filterQuality = FilterQuality.high;
|
..filterQuality = FilterQuality.high;
|
||||||
|
|
||||||
Position p = Position.empty();
|
Position p = Position.empty();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user