Skip to content

Commit

Permalink
remove of unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Soares committed Jul 3, 2023
1 parent 8a0b63f commit 9cd30aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/views/widget/time_picker_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import 'dart:async';
import 'dart:math' as math;
import 'dart:ui' as ui;

import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
Expand Down Expand Up @@ -1765,7 +1764,6 @@ class _HourMinuteTextFieldState extends State<_HourMinuteTextField> {
// resolved, remove the window check for semantics being enabled on web.
final String? hintText = MediaQuery.of(context).accessibleNavigation ||
WidgetsBinding.instance.window.semanticsEnabled
// ui.window.semanticsEnabled
? widget.semanticHintText
: (focusNode.hasFocus ? null : _formattedValue);
inputDecoration = inputDecoration.copyWith(
Expand Down

0 comments on commit 9cd30aa

Please sign in to comment.