Skip to content

Commit

Permalink
Fix PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 1, 2024
1 parent 9e25b53 commit 364d0b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forui/lib/src/widgets/resizable/divider.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
Expand Down Expand Up @@ -307,7 +306,7 @@ final class FResizableDividerStyle with Diagnosticable {
int get hashCode => color.hashCode ^ thickness.hashCode ^ thumbStyle.hashCode;
}

/// The style of the of the dividers' thumbs between [FResizableRegion]s.
/// The style of the dividers' thumbs between [FResizableRegion]s.
final class FResizableDividerThumbStyle with Diagnosticable {
/// The background color.
final Color backgroundColor;
Expand Down

0 comments on commit 364d0b2

Please sign in to comment.