Skip to content

Instantly share code, notes, and snippets.

View GiangHoGoVap's full-sized avatar
🏠
Working from home

GiangHoGoVap GiangHoGoVap

🏠
Working from home
  • Ho Chi Minh City, Viet Nam
View GitHub Profile
import 'package:flutter/material.dart';
class HeaderWithSearchBox extends StatelessWidget {
const HeaderWithSearchBox({
Key key,
@required this.size,
}) : super(key: key);
final Size size;
@override
Widget build(BuildContext context) {