Skip to content

Commit

Permalink
Make LaunchOptions class immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Dec 6, 2023
1 parent d214071 commit b00bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_custom_tabs/lib/src/types/launch_options.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'package:flutter/material.dart';
import 'package:flutter/painting.dart';
import 'package:flutter_custom_tabs_android/flutter_custom_tabs_android.dart';
import 'package:flutter_custom_tabs_ios/flutter_custom_tabs_ios.dart';
import 'package:meta/meta.dart';

/// The Configuration for providing minimal options for mobile platforms when launching Custom Tabs by specifying a URL.
@experimental
@immutable
class LaunchOptions {
/// Creates a [LaunchOptions] instance with the specified options.
const LaunchOptions({
Expand Down

0 comments on commit b00bdd4

Please sign in to comment.