mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-14 09:35:45 +01:00
58e7219602
(android: vertical, iOS: horizontal)
7 lines
170 B
Dart
7 lines
170 B
Dart
import 'dart:io' show Platform;
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
final moreIcon =
|
|
(Platform.isIOS || Platform.isMacOS) ? Icons.more_horiz : Icons.more_vert;
|