mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
new constants
This commit is contained in:
@@ -22,7 +22,7 @@ class _EditRequestPaneState extends ConsumerState<EditRequestPane>
|
||||
super.initState();
|
||||
_controller = TabController(
|
||||
length: 3,
|
||||
animationDuration: const Duration(milliseconds: 200),
|
||||
animationDuration: tabAnimationDuration,
|
||||
vsync: this,
|
||||
);
|
||||
}
|
||||
@@ -39,7 +39,7 @@ class _EditRequestPaneState extends ConsumerState<EditRequestPane>
|
||||
TabBar(
|
||||
key: Key(activeId),
|
||||
controller: _controller,
|
||||
overlayColor: MaterialStateProperty.all<Color>(Colors.transparent),
|
||||
overlayColor: colorTransparent,
|
||||
onTap: (index) {
|
||||
ref
|
||||
.read(collectionStateNotifierProvider.notifier)
|
||||
|
||||
Reference in New Issue
Block a user