mirror of
https://github.com/flutter/samples.git
synced 2026-07-18 15:02:26 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -19,9 +19,7 @@ import '../components/components.dart';
|
||||
// an enumeration of variable font axes at https://fonts.google.com/variablefonts
|
||||
|
||||
class WonkyAnimPalette {
|
||||
const WonkyAnimPalette({
|
||||
Key? key,
|
||||
});
|
||||
const WonkyAnimPalette({Key? key});
|
||||
static const Curve defaultCurve = Curves.easeInOut;
|
||||
|
||||
// basic (settings unrelated to variable font)
|
||||
|
||||
Reference in New Issue
Block a user