Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Oct 8, 2023
1 parent f4b4292 commit 51a04b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/flame_splash_screen/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flame Splash Screen
# Flame Splash Screen

<!-- markdownlint-disable MD013 -->
<p align="center">
Expand Down Expand Up @@ -36,12 +36,13 @@ import 'package:flame_splash_screen/flame_splash_screen.dart';

## Usage

The splash screen is a widget that can be used to show the splash screen.
The splash screen is a widget that can be used to show the splash screen.


### Simple usage

There is just two required params:

- `onFinish`, a callback that is executed when all animations from the splash screen is over.
- `theme`, than can be either `FlameSplashTheme.dark` or `FlameSplashTheme.white`.

Expand Down

0 comments on commit 51a04b6

Please sign in to comment.