Update README and code to set default sparkle shape to 'none' and add opacity control
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Local smoke-test entrypoint used when running the package directly.
|
||||
void main() {
|
||||
runApp(const MainApp());
|
||||
}
|
||||
|
||||
/// Minimal app shell for package-level manual checks.
|
||||
class MainApp extends StatelessWidget {
|
||||
const MainApp({super.key});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user