SYMBOL INDEX (2704 symbols across 198 files) FILE: example/lib/cubits/app/app_cubit.dart class AppCubit (line 10) | class AppCubit extends Cubit { method initialize (line 15) | void initialize() method onVersionClicked (line 25) | void onVersionClicked() method hideDownloadNativeAppButton (line 31) | void hideDownloadNativeAppButton() class BuildConstants (line 38) | class BuildConstants { FILE: example/lib/cubits/app/app_state.dart class AppState (line 3) | class AppState extends Equatable { method copyWith (line 18) | AppState copyWith({ FILE: example/lib/main.dart function main (line 9) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) FILE: example/lib/presentation/menu/app_menu.dart class AppMenu (line 15) | class AppMenu extends StatefulWidget { method createState (line 30) | AppMenuState createState() class AppMenuState (line 33) | class AppMenuState extends State { method build (line 35) | Widget build(BuildContext context) class _AppVersionRow (line 80) | class _AppVersionRow extends StatelessWidget { method build (line 84) | Widget build(BuildContext context) class ChartMenuItem (line 160) | class ChartMenuItem { FILE: example/lib/presentation/menu/fl_chart_banner.dart class FlChartBanner (line 5) | class FlChartBanner extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: example/lib/presentation/menu/menu_row.dart class MenuRow (line 5) | class MenuRow extends StatefulWidget { method createState (line 22) | State createState() class _MenuRowState (line 25) | class _MenuRowState extends State { method build (line 31) | Widget build(BuildContext context) class _DocumentationIcon (line 78) | class _DocumentationIcon extends StatelessWidget { method build (line 85) | Widget build(BuildContext context) FILE: example/lib/presentation/pages/chart_samples_page.dart class ChartSamplesPage (line 8) | class ChartSamplesPage extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) FILE: example/lib/presentation/pages/home_page.dart class HomePage (line 15) | class HomePage extends StatelessWidget { method _initMenuItems (line 23) | void _initMenuItems() method build (line 42) | Widget build(BuildContext context) FILE: example/lib/presentation/presentation_utils.dart class AppUtils (line 4) | class AppUtils { method getFormattedCurrency (line 5) | String getFormattedCurrency( FILE: example/lib/presentation/resources/app_assets.dart class AppAssets (line 3) | class AppAssets { method getChartIcon (line 4) | String getChartIcon(ChartType type) FILE: example/lib/presentation/resources/app_colors.dart class AppColors (line 3) | class AppColors { FILE: example/lib/presentation/resources/app_dimens.dart class AppDimens (line 1) | class AppDimens { FILE: example/lib/presentation/resources/app_texts.dart class AppTexts (line 1) | class AppTexts { FILE: example/lib/presentation/samples/bar/bar_chart_sample1.dart class BarChartSample1 (line 9) | class BarChartSample1 extends StatefulWidget { method createState (line 27) | State createState() class BarChartSample1State (line 30) | class BarChartSample1State extends State { method build (line 38) | Widget build(BuildContext context) method makeGroupData (line 110) | BarChartGroupData makeGroupData( method showingGroups (line 140) | List showingGroups() method mainBarData (line 154) | BarChartData mainBarData() method getTitles (line 234) | Widget getTitles(double value, TitleMeta meta) method randomData (line 257) | BarChartData randomData() method refreshState (line 303) | Future refreshState() FILE: example/lib/presentation/samples/bar/bar_chart_sample2.dart class BarChartSample2 (line 6) | class BarChartSample2 extends StatefulWidget { method createState (line 15) | State createState() class BarChartSample2State (line 18) | class BarChartSample2State extends State { method initState (line 27) | void initState() method build (line 53) | Widget build(BuildContext context) method leftTitles (line 181) | Widget leftTitles(double value, TitleMeta meta) method bottomTitles (line 204) | Widget bottomTitles(double value, TitleMeta meta) method makeLabel (line 223) | BarChartRodLabel makeLabel( method makeGroupData (line 241) | BarChartGroupData makeGroupData(int x, double y1, double y2) method makeTransactionsIcon (line 262) | Widget makeTransactionsIcon() FILE: example/lib/presentation/samples/bar/bar_chart_sample3.dart class BarChartSample3 (line 6) | class BarChartSample3 extends StatefulWidget { method createState (line 10) | State createState() class BarChartSample3State (line 13) | class BarChartSample3State extends State { method getTitles (line 30) | Widget getTitles(double value, TitleMeta meta) method build (line 111) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/bar/bar_chart_sample4.dart class BarChartSample4 (line 6) | class BarChartSample4 extends StatefulWidget { method createState (line 14) | State createState() class BarChartSample4State (line 17) | class BarChartSample4State extends State { method bottomTitles (line 18) | Widget bottomTitles(double value, TitleMeta meta) method leftTitles (line 34) | Widget leftTitles(double value, TitleMeta meta) method build (line 51) | Widget build(BuildContext context) method getData (line 111) | List getData(double barsWidth, double barsSpace) FILE: example/lib/presentation/samples/bar/bar_chart_sample5.dart class BarChartSample5 (line 6) | class BarChartSample5 extends StatefulWidget { method createState (line 10) | State createState() class BarChartSample5State (line 13) | class BarChartSample5State extends State { method initState (line 28) | void initState() method bottomTitles (line 32) | Widget bottomTitles(double value, TitleMeta meta) method topTitles (line 50) | Widget topTitles(double value, TitleMeta meta) method leftTitles (line 68) | Widget leftTitles(double value, TitleMeta meta) method rightTitles (line 88) | Widget rightTitles(double value, TitleMeta meta) method generateGroup (line 108) | BarChartGroupData generateGroup( method isShadowBar (line 276) | bool isShadowBar(int rodIndex) method build (line 279) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/bar/bar_chart_sample6.dart class BarChartSample6 (line 6) | class BarChartSample6 extends StatelessWidget { method generateGroupData (line 14) | BarChartGroupData generateGroupData( method bottomTitles (line 46) | Widget bottomTitles(double value, TitleMeta meta) method build (line 70) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/bar/bar_chart_sample7.dart class BarChartSample7 (line 7) | class BarChartSample7 extends StatefulWidget { method createState (line 21) | State createState() class _BarChartSample7State (line 24) | class _BarChartSample7State extends State { method generateBarGroup (line 25) | BarChartGroupData generateBarGroup( method build (line 69) | Widget build(BuildContext context) class _BarData (line 193) | class _BarData { class _IconWidget (line 201) | class _IconWidget extends ImplicitlyAnimatedWidget { method createState (line 210) | ImplicitlyAnimatedWidgetState createState() class _IconWidgetState (line 214) | class _IconWidgetState extends AnimatedWidgetBaseState<_IconWidget> { method build (line 218) | Widget build(BuildContext context) method forEachTween (line 234) | void forEachTween(TweenVisitor visitor) FILE: example/lib/presentation/samples/bar/bar_chart_sample8.dart class BarChartSample8 (line 8) | class BarChartSample8 extends StatefulWidget { method createState (line 16) | State createState() class BarChartSample1State (line 19) | class BarChartSample1State extends State { method build (line 21) | Widget build(BuildContext context) method makeGroupData (line 61) | BarChartGroupData makeGroupData( method getTitles (line 82) | Widget getTitles(double value, TitleMeta meta) method randomData (line 102) | BarChartData randomData() method _errorPainter (line 164) | FlSpotErrorRangePainter _errorPainter( FILE: example/lib/presentation/samples/candlestick/candlestick_chart_sample1.dart class CandlestickChartSample1 (line 8) | class CandlestickChartSample1 extends StatefulWidget { method createState (line 12) | State createState() class CandlestickChartSample1State (line 15) | class CandlestickChartSample1State extends State { method initState (line 26) | void initState() method _loadData (line 50) | void _loadData() method build (line 83) | Widget build(BuildContext context) method _previousMonth (line 261) | void _previousMonth() method _nextMonth (line 271) | void _nextMonth() method _bottomTitles (line 280) | Widget _bottomTitles(double value, TitleMeta meta) method _leftTitles (line 302) | Widget _leftTitles(double value, TitleMeta meta) class _BtcCandlestickData (line 317) | class _BtcCandlestickData with EquatableMixin { FILE: example/lib/presentation/samples/chart_sample.dart class ChartSample (line 5) | abstract class ChartSample { class LineChartSample (line 14) | class LineChartSample extends ChartSample { class BarChartSample (line 20) | class BarChartSample extends ChartSample { class PieChartSample (line 26) | class PieChartSample extends ChartSample { class ScatterChartSample (line 32) | class ScatterChartSample extends ChartSample { class RadarChartSample (line 38) | class RadarChartSample extends ChartSample { class CandlestickChartSample (line 44) | class CandlestickChartSample extends ChartSample { FILE: example/lib/presentation/samples/chart_samples.dart class ChartSamples (line 33) | class ChartSamples { FILE: example/lib/presentation/samples/line/line_chart_sample1.dart class _LineChart (line 5) | class _LineChart extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) method leftTitleWidgets (line 96) | Widget leftTitleWidgets(double value, TitleMeta meta) method leftTitles (line 119) | SideTitles leftTitles() method bottomTitleWidgets (line 126) | Widget bottomTitleWidgets(double value, TitleMeta meta) class LineChartSample1 (line 276) | class LineChartSample1 extends StatefulWidget { method createState (line 280) | State createState() class LineChartSample1State (line 283) | class LineChartSample1State extends State { method initState (line 287) | void initState() method build (line 293) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/line/line_chart_sample10.dart class LineChartSample10 (line 8) | class LineChartSample10 extends StatefulWidget { method createState (line 15) | State createState() class _LineChartSample10State (line 18) | class _LineChartSample10State extends State { method initState (line 29) | void initState() method build (line 45) | Widget build(BuildContext context) method sinLine (line 111) | LineChartBarData sinLine(List points) method cosLine (line 126) | LineChartBarData cosLine(List points) method dispose (line 142) | void dispose() FILE: example/lib/presentation/samples/line/line_chart_sample11.dart class LineChartSample11 (line 4) | class LineChartSample11 extends StatefulWidget { method createState (line 8) | State createState() class _LineChartSample11State (line 11) | class _LineChartSample11State extends State { method build (line 16) | Widget build(BuildContext context) class _Chart (line 69) | class _Chart extends StatelessWidget { method getHorizontalTitles (line 75) | Widget getHorizontalTitles(double value, TitleMeta meta) method getVerticalTitles (line 95) | Widget getVerticalTitles(double value, TitleMeta meta) method getHorizontalVerticalLine (line 116) | FlLine getHorizontalVerticalLine(double value) method getVerticalVerticalLine (line 132) | FlLine getVerticalVerticalLine(double value) method build (line 149) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/line/line_chart_sample12.dart class LineChartSample12 (line 10) | class LineChartSample12 extends StatefulWidget { method createState (line 14) | State createState() class _LineChartSample12State (line 17) | class _LineChartSample12State extends State { method initState (line 24) | void initState() method _reloadData (line 30) | void _reloadData() method build (line 48) | Widget build(BuildContext context) method dispose (line 274) | void dispose() class _ChartTitle (line 280) | class _ChartTitle extends StatelessWidget { method build (line 284) | Widget build(BuildContext context) class _TransformationButtons (line 311) | class _TransformationButtons extends StatelessWidget { method build (line 319) | Widget build(BuildContext context) method _transformationReset (line 381) | void _transformationReset() method _transformationZoomIn (line 385) | void _transformationZoomIn() method _transformationMoveLeft (line 393) | void _transformationMoveLeft() method _transformationMoveRight (line 401) | void _transformationMoveRight() method _transformationZoomOut (line 409) | void _transformationZoomOut() FILE: example/lib/presentation/samples/line/line_chart_sample13.dart class LineChartSample13 (line 9) | class LineChartSample13 extends StatefulWidget { method createState (line 13) | State createState() class _LineChartSample13State (line 16) | class _LineChartSample13State extends State { method initState (line 29) | void initState() method _loadWeatherData (line 48) | void _loadWeatherData() method build (line 74) | Widget build(BuildContext context) method _previousMonth (line 262) | void _previousMonth() method _nextMonth (line 272) | void _nextMonth() method _errorPainter (line 281) | FlSpotErrorRangePainter _errorPainter( method _horizontalGridLines (line 292) | FlLine _horizontalGridLines(double value) method _bottomTitles (line 301) | Widget _bottomTitles(double value, TitleMeta meta) method _touchCallback (line 327) | void _touchCallback(FlTouchEvent event, LineTouchResponse? touchResponse) method dispose (line 343) | void dispose() class _WeatherData (line 348) | class _WeatherData with EquatableMixin { FILE: example/lib/presentation/samples/line/line_chart_sample2.dart class LineChartSample2 (line 5) | class LineChartSample2 extends StatefulWidget { method createState (line 9) | State createState() class _LineChartSample2State (line 12) | class _LineChartSample2State extends State { method build (line 21) | Widget build(BuildContext context) method bottomTitleWidgets (line 62) | Widget bottomTitleWidgets(double value, TitleMeta meta) method leftTitleWidgets (line 79) | Widget leftTitleWidgets(double value, TitleMeta meta) method mainData (line 94) | LineChartData mainData() method avgData (line 180) | LineChartData avgData() FILE: example/lib/presentation/samples/line/line_chart_sample3.dart class LineChartSample3 (line 5) | class LineChartSample3 extends StatefulWidget { method createState (line 53) | State createState() class _LineChartSample3State (line 56) | class _LineChartSample3State extends State { method initState (line 63) | void initState() method leftTitleWidgets (line 68) | Widget leftTitleWidgets(double value, TitleMeta meta) method bottomTitleWidgets (line 94) | Widget bottomTitleWidgets(double value, TitleMeta meta) method build (line 118) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/line/line_chart_sample4.dart class LineChartSample4 (line 5) | class LineChartSample4 extends StatelessWidget { method bottomTitleWidgets (line 22) | Widget bottomTitleWidgets(double value, TitleMeta meta) method leftTitleWidgets (line 53) | Widget leftTitleWidgets(double value, TitleMeta meta) method build (line 65) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/line/line_chart_sample5.dart class LineChartSample5 (line 5) | class LineChartSample5 extends StatefulWidget { method createState (line 23) | State createState() class _LineChartSample5State (line 26) | class _LineChartSample5State extends State { method bottomTitleWidgets (line 39) | Widget bottomTitleWidgets(double value, TitleMeta meta, double chartWi... method build (line 66) | Widget build(BuildContext context) function lerpGradient (line 245) | Color lerpGradient(List colors, List stops, double t) FILE: example/lib/presentation/samples/line/line_chart_sample6.dart class LineChartSample6 (line 7) | class LineChartSample6 extends StatelessWidget { method leftTitleWidgets (line 66) | Widget leftTitleWidgets(double value, TitleMeta meta) method rightTitleWidgets (line 89) | Widget rightTitleWidgets(double value, TitleMeta meta) method topTitleWidgets (line 104) | Widget topTitleWidgets(double value, TitleMeta meta) method build (line 119) | Widget build(BuildContext context) method reverseY (line 277) | double reverseY(double y, double minX, double maxX) method reverseSpots (line 281) | List reverseSpots(List inputSpots, double minY, double... FILE: example/lib/presentation/samples/line/line_chart_sample7.dart class LineChartSample7 (line 5) | class LineChartSample7 extends StatelessWidget { method bottomTitleWidgets (line 20) | Widget bottomTitleWidgets(double value, TitleMeta meta) method leftTitleWidgets (line 48) | Widget leftTitleWidgets(double value, TitleMeta meta) method build (line 61) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/line/line_chart_sample8.dart class LineChartSample8 (line 10) | class LineChartSample8 extends StatefulWidget { method createState (line 14) | State createState() class _LineChartSample8State (line 17) | class _LineChartSample8State extends State { method loadImage (line 25) | Future loadImage(String asset) method loadSvg (line 32) | Future loadSvg() method build (line 44) | Widget build(BuildContext context) method bottomTitleWidgets (line 74) | Widget bottomTitleWidgets(double value, TitleMeta meta) method leftTitleWidgets (line 85) | Widget leftTitleWidgets(double value, TitleMeta meta) method mainData (line 118) | LineChartData mainData(SizedPicture sizedPicture) FILE: example/lib/presentation/samples/line/line_chart_sample9.dart class LineChartSample9 (line 8) | class LineChartSample9 extends StatelessWidget { method bottomTitleWidgets (line 15) | Widget bottomTitleWidgets(double value, TitleMeta meta, double chartWi... method leftTitleWidgets (line 31) | Widget leftTitleWidgets(double value, TitleMeta meta, double chartWidth) method build (line 45) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/pie/pie_chart_sample1.dart class PieChartSample1 (line 6) | class PieChartSample1 extends StatefulWidget { method createState (line 10) | State createState() class PieChartSample1State (line 13) | class PieChartSample1State extends State { method build (line 17) | Widget build(BuildContext context) method showingSections (line 104) | List showingSections() FILE: example/lib/presentation/samples/pie/pie_chart_sample2.dart class PieChartSample2 (line 6) | class PieChartSample2 extends StatefulWidget { method createState (line 10) | State createState() class PieChart2State (line 13) | class PieChart2State extends State { method build (line 17) | Widget build(BuildContext context) method showingSections (line 100) | List showingSections() FILE: example/lib/presentation/samples/pie/pie_chart_sample3.dart class PieChartSample3 (line 6) | class PieChartSample3 extends StatefulWidget { method createState (line 10) | State createState() class PieChartSample3State (line 13) | class PieChartSample3State extends State { method build (line 17) | Widget build(BuildContext context) method showingSections (line 50) | List showingSections() class _Badge (line 141) | class _Badge extends StatelessWidget { method build (line 152) | Widget build(BuildContext context) FILE: example/lib/presentation/samples/radar/radar_chart_sample1.dart class RadarChartSample1 (line 6) | class RadarChartSample1 extends StatefulWidget { method createState (line 18) | State createState() class _RadarChartSample1State (line 21) | class _RadarChartSample1State extends State { method build (line 27) | Widget build(BuildContext context) method showingDataSets (line 194) | List showingDataSets() method rawDataSets (line 220) | List rawDataSets() class RawDataSet (line 271) | class RawDataSet { FILE: example/lib/presentation/samples/scatter/scatter_chart_sample1.dart class ScatterChartSample1 (line 7) | class ScatterChartSample1 extends StatefulWidget { method createState (line 14) | State createState() class ScatterChartSample1State (line 17) | class ScatterChartSample1State extends State { method build (line 25) | Widget build(BuildContext context) method flutterLogoData (line 61) | List flutterLogoData() method randomData (line 492) | List randomData() FILE: example/lib/presentation/samples/scatter/scatter_chart_sample2.dart class ScatterChartSample2 (line 7) | class ScatterChartSample2 extends StatefulWidget { method createState (line 11) | State createState() class _ScatterChartSample2State (line 14) | class _ScatterChartSample2State extends State { method _getPaint (line 36) | FlDotPainter _getPaint(PainterType type, double size, Color color) method build (line 59) | Widget build(BuildContext context) type PainterType (line 234) | enum PainterType { FILE: example/lib/presentation/widgets/chart_holder.dart class ChartHolder (line 6) | class ChartHolder extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: example/lib/presentation/widgets/download_native_app_button.dart class DownloadNativeAppButton (line 4) | class DownloadNativeAppButton extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: example/lib/presentation/widgets/indicator.dart class Indicator (line 3) | class Indicator extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) FILE: example/lib/presentation/widgets/legend_widget.dart class LegendWidget (line 3) | class LegendWidget extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class LegendsListWidget (line 38) | class LegendsListWidget extends StatelessWidget { method build (line 46) | Widget build(BuildContext context) class Legend (line 61) | class Legend { FILE: example/lib/urls.dart class Urls (line 3) | class Urls { method getChartSourceCodeUrl (line 11) | String getChartSourceCodeUrl(ChartType chartType, int sampleNumber) method getChartDocumentationUrl (line 16) | String getChartDocumentationUrl(ChartType chartType) method getVersionReleaseUrl (line 21) | String getVersionReleaseUrl(String version) FILE: example/lib/util/app_helper.dart type ChartType (line 4) | enum ChartType { line, bar, pie, scatter, radar, candlestick } FILE: example/lib/util/app_utils.dart class AppUtils (line 5) | class AppUtils { method degreeToRadian (line 13) | double degreeToRadian(double degree) method radianToDegree (line 17) | double radianToDegree(double radian) method tryToLaunchUrl (line 21) | Future tryToLaunchUrl(String url) FILE: example/lib/util/csv_parser.dart class CsvParser (line 1) | class CsvParser { method parse (line 2) | List> parse(String rawCsvData) method _parseCsvLine (line 13) | List _parseCsvLine(String line) FILE: example/lib/util/device_info.dart type FormFactorType (line 5) | enum FormFactorType { monitor, smallPhone, largePhone, tablet } class DeviceOS (line 8) | class DeviceOS { class DeviceScreen (line 24) | class DeviceScreen { method get (line 27) | FormFactorType get(BuildContext context) method isPhone (line 36) | bool isPhone(BuildContext context) method isTablet (line 38) | bool isTablet(BuildContext context) method isMonitor (line 40) | bool isMonitor(BuildContext context) method isSmallPhone (line 42) | bool isSmallPhone(BuildContext context) method isLargePhone (line 44) | bool isLargePhone(BuildContext context) FILE: example/lib/util/extensions/color_extensions.dart function darken (line 5) | Color darken([int percent = 40]) function lighten (line 16) | Color lighten([int percent = 40]) function avg (line 27) | Color avg(Color other) function _floatToInt8 (line 40) | int _floatToInt8(double x) FILE: example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 11) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: example/linux/runner/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: example/linux/runner/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function first_frame_cb (line 18) | static void first_frame_cb(MyApplication* self, FlView *view) function my_application_activate (line 24) | static void my_application_activate(GApplication* application) { function gboolean (line 80) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_startup (line 99) | static void my_application_startup(GApplication* application) { function my_application_shutdown (line 108) | static void my_application_shutdown(GApplication* application) { function my_application_dispose (line 117) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 123) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 131) | static void my_application_init(MyApplication* self) {} function MyApplication (line 133) | MyApplication* my_application_new() { FILE: example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 11) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: example/windows/runner/flutter_window.cpp function LRESULT (line 50) | LRESULT FILE: example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: example/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: example/windows/runner/win32_window.cpp function Scale (line 36) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 42) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 59) | class WindowClassRegistrar { method WindowClassRegistrar (line 64) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 80) | WindowClassRegistrar() = default; function wchar_t (line 89) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 157) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 176) | LRESULT function Win32Window (line 236) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 252) | RECT Win32Window::GetClientArea() { function HWND (line 258) | HWND Win32Window::GetHandle() { FILE: example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: lib/src/chart/bar_chart/bar_chart.dart class BarChart (line 12) | class BarChart extends ImplicitlyAnimatedWidget { method createState (line 57) | _BarChartState createState() class _BarChartState (line 60) | class _BarChartState extends AnimatedWidgetBaseState { method build (line 74) | Widget build(BuildContext context) method _withTouchedIndicators (line 90) | BarChartData _withTouchedIndicators(BarChartData barChartData) method _getData (line 112) | BarChartData _getData() method _handleBuiltInTouch (line 134) | void _handleBuiltInTouch( method forEachTween (line 160) | void forEachTween(TweenVisitor visitor) FILE: lib/src/chart/bar_chart/bar_chart_data.dart class BarChartData (line 16) | class BarChartData extends AxisChartData with EquatableMixin { method copyWith (line 89) | BarChartData copyWith({ method lerp (line 127) | BarChartData lerp(BaseChartData a, BaseChartData b, double t) type BarChartAlignment (line 179) | enum BarChartAlignment { class BarChartGroupData (line 193) | class BarChartGroupData with EquatableMixin { method copyWith (line 257) | BarChartGroupData copyWith({ method lerp (line 274) | BarChartGroupData lerp( class BarChartRodData (line 303) | class BarChartRodData with EquatableMixin { method isUpward (line 403) | bool isUpward() method copyWith (line 407) | BarChartRodData copyWith({ method lerp (line 437) | BarChartRodData lerp(BarChartRodData a, BarChartRodData b, double t) class BarChartRodStackItem (line 480) | class BarChartRodStackItem with EquatableMixin { method copyWith (line 527) | BarChartRodStackItem copyWith({ method lerp (line 547) | BarChartRodStackItem lerp( class BackgroundBarChartRodData (line 573) | class BackgroundBarChartRodData with EquatableMixin { method lerp (line 610) | BackgroundBarChartRodData lerp( class BarTouchData (line 639) | class BarTouchData extends FlTouchData with EquatableM... method copyWith (line 691) | BarTouchData copyWith({ type TooltipDirection (line 728) | enum TooltipDirection { class BarTouchTooltipData (line 740) | class BarTouchTooltipData with EquatableMixin { type GetBarTooltipItem (line 854) | typedef GetBarTooltipItem = BarTooltipItem? Function( function defaultBarTooltipItem (line 862) | BarTooltipItem? defaultBarTooltipItem( class BarTooltipItem (line 878) | class BarTooltipItem with EquatableMixin { type GetBarTooltipColor (line 920) | typedef GetBarTooltipColor = Color Function( function defaultBarTooltipColor (line 925) | Color defaultBarTooltipColor(BarChartGroupData group) class BarTouchResponse (line 932) | class BarTouchResponse extends AxisBaseTouchResponse { method copyWith (line 946) | BarTouchResponse copyWith({ class BarTouchedSpot (line 959) | class BarTouchedSpot extends TouchedSpot with EquatableMixin { class BarChartSpotErrorRangeCallbackInput (line 1014) | class BarChartSpotErrorRangeCallbackInput class BarChartRodLabel (line 1045) | class BarChartRodLabel extends FlLabel { method lerpBarChartRodLabel (line 1060) | BarChartRodLabel lerpBarChartRodLabel( method copyWith (line 1076) | BarChartRodLabel copyWith({ class BarChartDataTween (line 1098) | class BarChartDataTween extends Tween { method lerp (line 1104) | BarChartData lerp(double t) FILE: lib/src/chart/bar_chart/bar_chart_helper.dart class BarChartHelper (line 6) | class BarChartHelper { method calculateMaxAxisValues (line 9) | (double minY, double maxY) calculateMaxAxisValues( FILE: lib/src/chart/bar_chart/bar_chart_painter.dart class BarChartPainter (line 16) | class BarChartPainter extends AxisChartPainter { method paint (line 51) | void paint( method calculateGroupAndBarsPosition (line 138) | List calculateGroupAndBarsPosition( method drawBars (line 174) | void drawBars( method drawBarLabels (line 420) | void drawBarLabels( method drawErrorIndicatorData (line 475) | void drawErrorIndicatorData( method drawTouchTooltip (line 544) | void drawTouchTooltip( method drawStackItemBorderStroke (line 762) | void drawStackItemBorderStroke( method handleTouch (line 828) | BarTouchedSpot? handleTouch( class GroupBarsPosition (line 971) | @visibleForTesting FILE: lib/src/chart/bar_chart/bar_chart_renderer.dart class BarChartLeaf (line 11) | class BarChartLeaf extends LeafRenderObjectWidget { method createRenderObject (line 26) | RenderBarChart createRenderObject(BuildContext context) method updateRenderObject (line 36) | void updateRenderObject(BuildContext context, RenderBarChart renderObj... class RenderBarChart (line 49) | class RenderBarChart extends RenderBaseChart { method paint (line 111) | void paint(PaintingContext context, Offset offset) method hitTestSelf (line 124) | bool hitTestSelf(Offset position) method getResponseAtLocation (line 132) | BarTouchResponse getResponseAtLocation(Offset localPosition) FILE: lib/src/chart/base/axis_chart/axis_chart_data.dart class AxisChartData (line 19) | abstract class AxisChartData extends BaseChartData with EquatableMixin { class AxisBaseTouchResponse (line 92) | abstract class AxisBaseTouchResponse extends BaseTouchResponse { type AxisSide (line 103) | enum AxisSide { type SideTitleAlignment (line 116) | enum SideTitleAlignment { outside, border, inside } class TitleMeta (line 119) | class TitleMeta { type GetTitleWidgetFunction (line 167) | typedef GetTitleWidgetFunction = Widget Function(double value, TitleMeta... function defaultGetTitle (line 172) | Widget defaultGetTitle(double value, TitleMeta meta) class SideTitles (line 182) | class SideTitles with EquatableMixin { method lerp (line 236) | SideTitles lerp(SideTitles a, SideTitles b, double t) method copyWith (line 247) | SideTitles copyWith({ class SideTitleFitInsideData (line 282) | class SideTitleFitInsideData with EquatableMixin { class AxisTitles (line 349) | class AxisTitles with EquatableMixin { method lerp (line 390) | AxisTitles lerp(AxisTitles a, AxisTitles b, double t) method copyWith (line 400) | AxisTitles copyWith({ class FlTitlesData (line 427) | class FlTitlesData with EquatableMixin { method lerp (line 466) | FlTitlesData lerp(FlTitlesData a, FlTitlesData b, double t) method copyWith (line 477) | FlTitlesData copyWith({ class FlSpot (line 504) | @immutable method copyWith (line 526) | FlSpot copyWith({ method toString (line 541) | String toString() method isNull (line 550) | bool isNull() method isNotNull (line 553) | bool isNotNull() method lerp (line 556) | FlSpot lerp(FlSpot a, FlSpot b, double t) class FlErrorRange (line 602) | class FlErrorRange with EquatableMixin { method lerp (line 625) | FlErrorRange? lerp(FlErrorRange? a, FlErrorRange? b, double t) class FlGridData (line 641) | class FlGridData with EquatableMixin { method lerp (line 711) | FlGridData lerp(FlGridData a, FlGridData b, double t) method copyWith (line 726) | FlGridData copyWith({ type CheckToShowGrid (line 769) | typedef CheckToShowGrid = bool Function(double value); function showAllGrids (line 772) | bool showAllGrids(double value) type GetDrawingGridLine (line 778) | typedef GetDrawingGridLine = FlLine Function(double value); function defaultGridLine (line 781) | FlLine defaultGridLine(double value) class FlLine (line 788) | class FlLine with EquatableMixin { method lerp (line 820) | FlLine lerp(FlLine a, FlLine b, double t) method copyWith (line 829) | FlLine copyWith({ class TouchedSpot (line 853) | abstract class TouchedSpot with EquatableMixin { class RangeAnnotations (line 881) | class RangeAnnotations with EquatableMixin { method lerp (line 893) | RangeAnnotations lerp( method copyWith (line 913) | RangeAnnotations copyWith({ class HorizontalRangeAnnotation (line 933) | class HorizontalRangeAnnotation with EquatableMixin { method lerp (line 963) | HorizontalRangeAnnotation lerp( method copyWith (line 977) | HorizontalRangeAnnotation copyWith({ class VerticalRangeAnnotation (line 1001) | class VerticalRangeAnnotation with EquatableMixin { method lerp (line 1031) | VerticalRangeAnnotation lerp( method copyWith (line 1045) | VerticalRangeAnnotation copyWith({ class HorizontalLine (line 1072) | class HorizontalLine extends FlLine with EquatableMixin { method lerp (line 1112) | HorizontalLine lerp(HorizontalLine a, HorizontalLine b, double t) class VerticalLine (line 1143) | class VerticalLine extends FlLine with EquatableMixin { method lerp (line 1183) | VerticalLine lerp(VerticalLine a, VerticalLine b, double t) method copyVerticalLineWith (line 1198) | VerticalLine copyVerticalLineWith({ class HorizontalLineLabel (line 1234) | class HorizontalLineLabel extends FlLineLabel with EquatableMixin { method defaultLineLabelResolver (line 1255) | String defaultLineLabelResolver(HorizontalLine line) method lerp (line 1259) | HorizontalLineLabel lerp( class VerticalLineLabel (line 1290) | class VerticalLineLabel extends FlLineLabel with EquatableMixin { method defaultLineLabelResolver (line 1315) | String defaultLineLabelResolver(VerticalLine line) method lerp (line 1319) | VerticalLineLabel lerp( class SizedPicture (line 1360) | class SizedPicture with EquatableMixin { class ExtraLinesData (line 1391) | class ExtraLinesData with EquatableMixin { method lerp (line 1410) | ExtraLinesData lerp(ExtraLinesData a, ExtraLinesData b, double t) class FlDotPainter (line 1435) | abstract class FlDotPainter with EquatableMixin { method draw (line 1439) | void draw(Canvas canvas, FlSpot spot, Offset offsetInCanvas) method getSize (line 1442) | Size getSize(FlSpot spot) method lerp (line 1447) | FlDotPainter lerp(FlDotPainter a, FlDotPainter b, double t) method hitTest (line 1452) | bool hitTest( class FlDotCirclePainter (line 1471) | class FlDotCirclePainter extends FlDotPainter { method draw (line 1498) | void draw(Canvas canvas, FlSpot spot, Offset offsetInCanvas) method getSize (line 1520) | Size getSize(FlSpot spot) method _lerp (line 1525) | FlDotCirclePainter _lerp( method lerp (line 1538) | FlDotPainter lerp(FlDotPainter a, FlDotPainter b, double t) method hitTest (line 1546) | bool hitTest( class FlDotSquarePainter (line 1568) | class FlDotSquarePainter extends FlDotPainter { method draw (line 1595) | void draw(Canvas canvas, FlSpot spot, Offset offsetInCanvas) method getSize (line 1621) | Size getSize(FlSpot spot) method _lerp (line 1635) | FlDotSquarePainter _lerp( method lerp (line 1648) | FlDotPainter lerp(FlDotPainter a, FlDotPainter b, double t) class FlDotCrossPainter (line 1658) | class FlDotCrossPainter extends FlDotPainter { method draw (line 1678) | void draw(Canvas canvas, FlSpot spot, Offset offsetInCanvas) method getSize (line 1697) | Size getSize(FlSpot spot) method _lerp (line 1702) | FlDotCrossPainter _lerp( method lerp (line 1714) | FlDotPainter lerp(FlDotPainter a, FlDotPainter b, double t) class FlErrorIndicatorData (line 1749) | class FlErrorIndicatorData method lerp (line 1764) | FlErrorIndicatorData lerp( type GetSpotRangeErrorPainter (line 1786) | typedef GetSpotRangeErrorPainter function _defaultGetSpotRangeErrorPainter (line 1793) | FlSpotErrorRangePainter _defaultGetSpotRangeErrorPainter( class FlSpotErrorRangePainter (line 1808) | abstract class FlSpotErrorRangePainter with EquatableMixin { method draw (line 1825) | void draw( class FlSimpleErrorPainter (line 1847) | class FlSimpleErrorPainter extends FlSpotErrorRangePainter with Equatabl... method draw (line 1895) | void draw( method _drawDirectErrorLine (line 1982) | void _drawDirectErrorLine(Canvas canvas, Offset from, Offset to) method _drawErrorText (line 2035) | void _drawErrorText({ class FlSpotErrorRangeCallbackInput (line 2091) | abstract class FlSpotErrorRangeCallbackInput with EquatableMixin {} type ValueInCanvasProvider (line 2093) | typedef ValueInCanvasProvider = double Function(double axisValue); class AxisSpotIndicator (line 2111) | class AxisSpotIndicator with EquatableMixin { method lerp (line 2123) | AxisSpotIndicator lerp( class AxisSpotIndicatorPainter (line 2151) | abstract class AxisSpotIndicatorPainter { method paint (line 2155) | void paint( method lerp (line 2166) | AxisSpotIndicatorPainter lerp( class AxisLinesIndicatorPainter (line 2175) | class AxisLinesIndicatorPainter extends AxisSpotIndicatorPainter { method _drawHorizontalLine (line 2191) | void _drawHorizontalLine( method _drawVerticalLine (line 2288) | void _drawVerticalLine( method paint (line 2389) | void paint( method _lerp (line 2446) | AxisLinesIndicatorPainter _lerp( method lerp (line 2457) | AxisSpotIndicatorPainter lerp( FILE: lib/src/chart/base/axis_chart/axis_chart_extensions.dart function splitByNullSpots (line 5) | List> splitByNullSpots() FILE: lib/src/chart/base/axis_chart/axis_chart_helper.dart class AxisChartHelper (line 5) | class AxisChartHelper { method iterateThroughAxis (line 23) | Iterable iterateThroughAxis({ method calcFitInsideOffset (line 65) | Offset calcFitInsideOffset({ FILE: lib/src/chart/base/axis_chart/axis_chart_painter.dart class AxisChartPainter (line 16) | abstract class AxisChartPainter method paint (line 43) | void paint( method drawGrid (line 55) | void drawGrid(CanvasWrapper canvasWrapper, PaintHolder holder) method drawBackground (line 157) | void drawBackground(CanvasWrapper canvasWrapper, PaintHolder holder) method drawRangeAnnotation (line 172) | void drawRangeAnnotation(CanvasWrapper canvasWrapper, PaintHolder h... method drawExtraLines (line 218) | void drawExtraLines( method drawHorizontalLines (line 249) | void drawHorizontalLines( method drawVerticalLines (line 371) | void drawVerticalLines( method getPixelX (line 497) | double getPixelX( method _getPixelX (line 512) | double _getPixelX(double spotX, D data, Size usableSize) method getPixelY (line 522) | double getPixelY( method _getPixelY (line 537) | double _getPixelY(double spotY, D data, Size usableSize) method getXForPixel (line 547) | double getXForPixel( method getYForPixel (line 563) | double getYForPixel( method getChartCoordinateFromPixel (line 579) | Offset getChartCoordinateFromPixel( method getTooltipLeft (line 591) | double getTooltipLeft( FILE: lib/src/chart/base/axis_chart/axis_chart_scaffold_widget.dart type ChartBuilder (line 14) | typedef ChartBuilder = Widget Function( class AxisChartScaffoldWidget (line 36) | class AxisChartScaffoldWidget extends StatefulWidget { method createState (line 58) | State createState() class _AxisChartScaffoldWidgetState (line 62) | class _AxisChartScaffoldWidgetState extends State _stackWidgets(BoxConstraints constraints) method insertIndex (line 259) | int insertIndex(bool drawBelow) method build (line 312) | Widget build(BuildContext context) FILE: lib/src/chart/base/axis_chart/axis_chart_widgets.dart class SideTitleWidget (line 15) | class SideTitleWidget extends StatefulWidget { method createState (line 52) | State createState() class _SideTitleWidgetState (line 55) | class _SideTitleWidgetState extends State { method _getAlignment (line 56) | Alignment _getAlignment() method _getMargin (line 63) | EdgeInsets _getMargin() method _getChildSize (line 74) | void _getChildSize(Duration duration) method initState (line 97) | void initState() method didUpdateWidget (line 103) | void didUpdateWidget(covariant SideTitleWidget oldWidget) method build (line 109) | Widget build(BuildContext context) FILE: lib/src/chart/base/axis_chart/scale_axis.dart type FlScaleAxis (line 1) | enum FlScaleAxis { FILE: lib/src/chart/base/axis_chart/side_titles/side_titles_flex.dart class SideTitlesFlex (line 8) | class SideTitlesFlex extends MultiChildRenderObjectWidget { method createRenderObject (line 23) | AxisSideTitlesRenderFlex createRenderObject(BuildContext context) method updateRenderObject (line 32) | void updateRenderObject( method debugFillProperties (line 43) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class AxisSideTitlesRenderFlex (line 49) | class AxisSideTitlesRenderFlex extends RenderBox method setupParentData (line 94) | void setupParentData(RenderBox child) method computeDistanceToActualBaseline (line 104) | double? computeDistanceToActualBaseline(TextBaseline baseline) method _getCrossSize (line 111) | double _getCrossSize(Size size) method _getMainSize (line 120) | double _getMainSize(Size size) method computeDryLayout (line 130) | Size computeDryLayout(BoxConstraints constraints) method _computeSizes (line 144) | _LayoutSizes _computeSizes({ method performLayout (line 186) | void performLayout() method hitTestChildren (line 230) | bool hitTestChildren(BoxHitTestResult result, {required Offset position}) method paint (line 235) | void paint(PaintingContext context, Offset offset) method dispose (line 249) | void dispose() method debugFillProperties (line 255) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _LayoutSizes (line 261) | class _LayoutSizes { class AxisSideMetaData (line 273) | class AxisSideMetaData { class AxisSideTitleMetaData (line 282) | class AxisSideTitleMetaData with EquatableMixin { class AxisSideTitleWidgetHolder (line 294) | class AxisSideTitleWidgetHolder { FILE: lib/src/chart/base/axis_chart/side_titles/side_titles_widget.dart class SideTitlesWidget (line 12) | class SideTitlesWidget extends StatefulWidget { method createState (line 27) | State createState() class _SideTitlesWidgetState (line 30) | class _SideTitlesWidgetState extends State { method makeWidgets (line 135) | List makeWidgets( method _getPositionsWithinChartRange (line 212) | List _getPositionsWithinChartRange( method build (line 237) | Widget build(BuildContext context) class _AxisTitleWidget (line 287) | class _AxisTitleWidget extends StatelessWidget { method build (line 308) | Widget build(BuildContext context) FILE: lib/src/chart/base/axis_chart/transformation_config.dart class FlTransformationConfig (line 5) | class FlTransformationConfig { FILE: lib/src/chart/base/base_chart/base_chart_data.dart class BaseChartData (line 15) | abstract class BaseChartData with EquatableMixin { method lerp (line 25) | BaseChartData lerp(BaseChartData a, BaseChartData b, double t) class FlBorderData (line 35) | class FlBorderData with EquatableMixin { method isVisible (line 47) | bool isVisible() method lerp (line 50) | FlBorderData lerp(FlBorderData a, FlBorderData b, double t) method copyWith (line 58) | FlBorderData copyWith({ class FlTouchData (line 80) | abstract class FlTouchData with EquatableMi... class FlClipData (line 117) | class FlClipData with EquatableMixin { method copyWith (line 152) | FlClipData copyWith({ type BaseTouchCallback (line 171) | typedef BaseTouchCallback = void Function( type MouseCursorResolver (line 179) | typedef MouseCursorResolver = MouseCursor F... class BaseTouchResponse (line 185) | abstract class BaseTouchResponse { class FlLabel (line 195) | class FlLabel with EquatableMixin { method lerp (line 220) | FlLabel lerp(FlLabel a, FlLabel b, double t) method copyWith (line 230) | FlLabel copyWith({ type FLHorizontalAlignment (line 251) | enum FLHorizontalAlignment { FILE: lib/src/chart/base/base_chart/base_chart_painter.dart class BaseChartPainter (line 7) | class BaseChartPainter { method paint (line 12) | void paint( class PaintHolder (line 20) | class PaintHolder { method getChartUsableSize (line 57) | Size getChartUsableSize(Size viewSize) FILE: lib/src/chart/base/base_chart/fl_touch_event.dart class FlTouchEvent (line 7) | abstract class FlTouchEvent { class FlPanDownEvent (line 45) | class FlPanDownEvent extends FlTouchEvent { class FlPanStartEvent (line 61) | class FlPanStartEvent extends FlTouchEvent { class FlPanUpdateEvent (line 79) | class FlPanUpdateEvent extends FlTouchEvent { class FlPanCancelEvent (line 92) | class FlPanCancelEvent extends FlTouchEvent { class FlPanEndEvent (line 102) | class FlPanEndEvent extends FlTouchEvent { class FlTapDownEvent (line 115) | class FlTapDownEvent extends FlTouchEvent { class FlTapCancelEvent (line 128) | class FlTapCancelEvent extends FlTouchEvent { class FlTapUpEvent (line 138) | class FlTapUpEvent extends FlTouchEvent { class FlLongPressStart (line 155) | class FlLongPressStart extends FlTouchEvent { class FlLongPressMoveUpdate (line 173) | class FlLongPressMoveUpdate extends FlTouchEvent { class FlLongPressEnd (line 191) | class FlLongPressEnd extends FlTouchEvent { class FlPointerEnterEvent (line 208) | class FlPointerEnterEvent extends FlTouchEvent { class FlPointerHoverEvent (line 225) | class FlPointerHoverEvent extends FlTouchEvent { class FlPointerExitEvent (line 240) | class FlPointerExitEvent extends FlTouchEvent { FILE: lib/src/chart/base/base_chart/render_base_chart.dart class RenderBaseChart (line 10) | abstract class RenderBaseChart extends Rend... method updateBaseTouchData (line 40) | void updateBaseTouchData(FlTouchData? value) method initGestureRecognizers (line 67) | void initGestureRecognizers() method performLayout (line 114) | void performLayout() method computeDryLayout (line 119) | Size computeDryLayout(BoxConstraints constraints) method hitTestSelf (line 124) | bool hitTestSelf(Offset position) method handleEvent (line 134) | void handleEvent(PointerEvent event, covariant BoxHitTestEntry entry) method _notifyTouchEvent (line 164) | void _notifyTouchEvent(FlTouchEvent event) method getResponseAtLocation (line 194) | R getResponseAtLocation(Offset localPosition) method attach (line 197) | void attach(PipelineOwner owner) method detach (line 203) | void detach() FILE: lib/src/chart/base/custom_interactive_viewer.dart type CustomInteractiveViewerWidgetBuilder (line 22) | typedef CustomInteractiveViewerWidgetBuilder = Widget Function( class CustomInteractiveViewer (line 27) | @immutable method getNearestPointOnLine (line 138) | Vector3 getNearestPointOnLine(Vector3 point, Vector3 l1, Vector3 l2) method axisAlignedBoundingBox (line 157) | Rect axisAlignedBoundingBox(Quad quad) method getAxisAlignedBoundingBox (line 185) | Quad getAxisAlignedBoundingBox(Quad quad) method pointIsInside (line 238) | bool pointIsInside(Vector3 point, Quad quad) method getNearestPointInside (line 254) | Vector3 getNearestPointInside(Vector3 point, Quad quad) method transformViewport (line 303) | Quad transformViewport(Matrix4 matrix, Rect viewport) method createState (line 338) | State createState() class _CustomInteractiveViewerState (line 342) | class _CustomInteractiveViewerState extends State method _matrixTranslate (line 401) | Matrix4 _matrixTranslate(Matrix4 matrix, Offset translation) method _matrixScale (line 510) | Matrix4 _matrixScale(Matrix4 matrix, double scale) method _gestureIsSupported (line 539) | bool _gestureIsSupported(_GestureType? gestureType) method _getGestureType (line 550) | _GestureType _getGestureType(ScaleUpdateDetails details) method _onScaleStart (line 561) | void _onScaleStart(ScaleStartDetails details) method _onScaleUpdate (line 589) | void _onScaleUpdate(ScaleUpdateDetails details) method _onScaleEnd (line 673) | void _onScaleEnd(ScaleEndDetails details) method _receivedPointerSignal (line 757) | void _receivedPointerSignal(PointerSignalEvent event) method _onAnimate (line 870) | void _onAnimate() method _onScaleAnimate (line 895) | void _onScaleAnimate() method _onTransformationControllerChange (line 927) | void _onTransformationControllerChange() method initState (line 934) | void initState() method didUpdateWidget (line 947) | void didUpdateWidget(CustomInteractiveViewer oldWidget) method dispose (line 979) | void dispose() method build (line 991) | Widget build(BuildContext context) class _CustomInteractiveViewerBuilt (line 1046) | class _CustomInteractiveViewerBuilt extends StatelessWidget { method build (line 1064) | Widget build(BuildContext context) type _GestureType (line 1090) | enum _GestureType { function _getFinalTime (line 1097) | double _getFinalTime( function _getMatrixTranslation (line 1106) | Offset _getMatrixTranslation(Matrix4 matrix) function _getAxisAlignedBoundingBoxWithRotation (line 1113) | Quad _getAxisAlignedBoundingBoxWithRotation(Rect rect, double rotation) function _exceedsBy (line 1130) | Offset _exceedsBy(Quad boundary, Quad viewport) function _round (line 1158) | Offset _round(Offset offset) function _alignAxis (line 1167) | Offset _alignAxis(Offset offset, Axis axis) function _getPanAxis (line 1176) | Axis? _getPanAxis(Offset point1, Offset point2) FILE: lib/src/chart/base/line.dart class Line (line 6) | class Line { method magnitude (line 16) | double magnitude() method direction (line 24) | double direction() method normalize (line 30) | Offset normalize() FILE: lib/src/chart/candlestick_chart/candlestick_chart.dart class CandlestickChart (line 7) | class CandlestickChart extends ImplicitlyAnimatedWidget { method createState (line 40) | _CandlestickChartState createState() class _CandlestickChartState (line 43) | class _CandlestickChartState extends AnimatedWidgetBaseState visitor) FILE: lib/src/chart/candlestick_chart/candlestick_chart_data.dart class CandlestickChartData (line 16) | class CandlestickChartData extends AxisChartData with EquatableMixin { method lerp (line 113) | CandlestickChartData lerp(BaseChartData a, BaseChartData b, double t) method copyWith (line 155) | CandlestickChartData copyWith({ class CandlestickSpot (line 223) | class CandlestickSpot extends FlSpot with EquatableMixin { method copyWith (line 268) | CandlestickSpot copyWith({ method lerp (line 302) | CandlestickSpot lerp(CandlestickSpot a, CandlestickSpot b, double t) class CandlestickTouchData (line 329) | class CandlestickTouchData extends FlTouchData method copyWith (line 376) | CandlestickTouchData copyWith({ type CandlestickTouchCallback (line 409) | typedef CandlestickTouchCallback = void Function(CandlestickTouchResponse); class CandlestickTouchResponse (line 415) | class CandlestickTouchResponse extends AxisBaseTouchResponse { method copyWith (line 431) | CandlestickTouchResponse copyWith({ class CandlestickTouchedSpot (line 444) | class CandlestickTouchedSpot with EquatableMixin { method copyWith (line 464) | CandlestickTouchedSpot copyWith({ class CandlestickTouchTooltipData (line 472) | class CandlestickTouchTooltipData with EquatableMixin { method copyWith (line 569) | CandlestickTouchTooltipData copyWith({ type GetCandlestickTooltipItems (line 606) | typedef GetCandlestickTooltipItems = CandlestickTooltipItem? Function( function defaultCandlestickTooltipItem (line 613) | CandlestickTooltipItem? defaultCandlestickTooltipItem( type GetCandlestickTooltipColor (line 679) | typedef GetCandlestickTooltipColor = Color Function( function defaultCandlestickTooltipColor (line 684) | Color defaultCandlestickTooltipColor(CandlestickSpot touchedSpot) class CandlestickTooltipItem (line 688) | class CandlestickTooltipItem with EquatableMixin { method copyWith (line 733) | CandlestickTooltipItem copyWith({ class FlCandlestickPainter (line 752) | abstract class FlCandlestickPainter with EquatableMixin { method paint (line 756) | void paint( method getMainColor (line 765) | Color getMainColor({ method lerp (line 770) | FlCandlestickPainter lerp( method hitTest (line 779) | (bool, double) hitTest( type CandlestickStyleProvider (line 792) | typedef CandlestickStyleProvider = CandlestickStyle Function( class DefaultCandlestickPainter (line 818) | class DefaultCandlestickPainter extends FlCandlestickPainter { method paint (line 831) | void paint( method lerp (line 902) | FlCandlestickPainter lerp( method getMainColor (line 916) | Color getMainColor({ class CandlestickStyle (line 929) | class CandlestickStyle with EquatableMixin { method lerp (line 962) | CandlestickStyle lerp( class CandlestickChartDataTween (line 990) | class CandlestickChartDataTween extends Tween { method lerp (line 998) | CandlestickChartData lerp(double t) FILE: lib/src/chart/candlestick_chart/candlestick_chart_helper.dart class CandlestickChartHelper (line 4) | class CandlestickChartHelper { method calculateMaxAxisValues (line 7) | ( FILE: lib/src/chart/candlestick_chart/candlestick_chart_painter.dart class CandlestickChartPainter (line 9) | class CandlestickChartPainter extends AxisChartPainter { method build (line 59) | Widget build(BuildContext context) method _withTouchedIndicators (line 77) | LineChartData _withTouchedIndicators(LineChartData lineChartData) method _getData (line 94) | LineChartData _getData() method _handleBuiltInTouch (line 126) | void _handleBuiltInTouch( method forEachTween (line 163) | void forEachTween(TweenVisitor visitor) FILE: lib/src/chart/line_chart/line_chart_data.dart class LineChartData (line 15) | class LineChartData extends AxisChartData with EquatableMixin { method lerp (line 88) | LineChartData lerp(BaseChartData a, BaseChartData b, double t) method copyWith (line 121) | LineChartData copyWith({ type LineChartGradientArea (line 187) | enum LineChartGradientArea { class LineChartBarData (line 197) | class LineChartBarData with EquatableMixin { method lerp (line 394) | LineChartBarData lerp( method copyWith (line 434) | LineChartBarData copyWith({ class LineChartStepData (line 512) | class LineChartStepData with EquatableMixin { method lerp (line 529) | LineChartStepData lerp( class BarAreaData (line 544) | class BarAreaData with EquatableMixin { method lerp (line 593) | BarAreaData lerp(BarAreaData a, BarAreaData b, double t) class BetweenBarsData (line 616) | class BetweenBarsData with EquatableMixin { method lerp (line 644) | BetweenBarsData lerp(BetweenBarsData a, BetweenBarsData b, double t) class BarAreaSpotsLine (line 664) | class BarAreaSpotsLine with EquatableMixin { method lerp (line 688) | BarAreaSpotsLine lerp( type CheckToShowSpotLine (line 714) | typedef CheckToShowSpotLine = bool Function(FlSpot spot); function showAllSpotsBelowLine (line 717) | bool showAllSpotsBelowLine(FlSpot spot) type GetDotColorCallback (line 725) | typedef GetDotColorCallback = Color Function(FlSpot, double, LineChartBa... function _defaultGetDotColor (line 729) | Color _defaultGetDotColor(FlSpot _, double xPercentage, LineChartBarData... function _defaultGetDotStrokeColor (line 742) | Color _defaultGetDotStrokeColor( type GetDotPainterCallback (line 766) | typedef GetDotPainterCallback = FlDotPainter Function( function _defaultGetDotPainter (line 773) | FlDotPainter _defaultGetDotPainter( class FlDotData (line 787) | class FlDotData with EquatableMixin { method lerp (line 808) | FlDotData lerp(FlDotData a, FlDotData b, double t) type CheckToShowDot (line 827) | typedef CheckToShowDot = bool Function(FlSpot spot, LineChartBarData bar... function showAllDots (line 830) | bool showAllDots(FlSpot spot, LineChartBarData barData) type LabelDirection (line 832) | enum LabelDirection { class FlLineLabel (line 840) | abstract class FlLineLabel with EquatableMixin { class LineTouchData (line 885) | class LineTouchData extends FlTouchData with Equatabl... method copyWith (line 948) | LineTouchData copyWith({ type GetTouchedSpotIndicator (line 999) | typedef GetTouchedSpotIndicator = List Function( type GetTouchLineY (line 1005) | typedef GetTouchLineY = double Function( type CalculateTouchDistance (line 1011) | typedef CalculateTouchDistance = double Function( function _xDistance (line 1017) | double _xDistance(Offset touchPoint, Offset spotPixelCoordinates) function defaultTouchedIndicators (line 1021) | List defaultTouchedIndicators( function defaultGetTouchLineStart (line 1048) | double defaultGetTouchLineStart(LineChartBarData barData, int spotIndex) function defaultGetTouchLineEnd (line 1053) | double defaultGetTouchLineEnd(LineChartBarData barData, int spotIndex) class LineTouchTooltipData (line 1057) | class LineTouchTooltipData with EquatableMixin { type GetLineTooltipItems (line 1157) | typedef GetLineTooltipItems = List Function( function defaultLineTooltipItem (line 1162) | List defaultLineTooltipItem(List touchedSp... type GetLineTooltipColor (line 1180) | typedef GetLineTooltipColor = Color Function( function defaultLineTooltipColor (line 1185) | Color defaultLineTooltipColor(LineBarSpot touchedSpot) class LineBarSpot (line 1189) | class LineBarSpot extends FlSpot with EquatableMixin { class TouchLineBarSpot (line 1222) | class TouchLineBarSpot extends LineBarSpot { class LineTooltipItem (line 1235) | class LineTooltipItem with EquatableMixin { class TouchedSpotIndicatorData (line 1275) | class TouchedSpotIndicatorData with EquatableMixin { class ShowingTooltipIndicators (line 1301) | class ShowingTooltipIndicators with EquatableMixin { class LineTouchResponse (line 1318) | class LineTouchResponse extends AxisBaseTouchResponse { method copyWith (line 1334) | LineTouchResponse copyWith({ class LineChartSpotErrorRangeCallbackInput (line 1352) | class LineChartSpotErrorRangeCallbackInput class LineChartDataTween (line 1373) | class LineChartDataTween extends Tween { method lerp (line 1378) | LineChartData lerp(double t) FILE: lib/src/chart/line_chart/line_chart_helper.dart class LineChartHelper (line 4) | class LineChartHelper { method calculateMaxAxisValues (line 7) | (double minX, double maxX, double minY, double maxY) calculateMaxAxisV... FILE: lib/src/chart/line_chart/line_chart_painter.dart class LineChartPainter (line 15) | class LineChartPainter extends AxisChartPainter { method paint (line 63) | void paint( method clipToBorder (line 197) | void clipToBorder( method drawBarLine (line 232) | void drawBarLine( method drawBetweenBarsArea (line 289) | void drawBetweenBarsArea( method drawDots (line 350) | void drawDots( method drawErrorIndicatorData (line 377) | void drawErrorIndicatorData( method drawTouchedSpotsIndicator (line 439) | void drawTouchedSpotsIndicator( method generateBarPath (line 530) | Path generateBarPath( method generateNormalBarPath (line 565) | Path generateNormalBarPath( method generateStepBarPath (line 645) | Path generateStepBarPath( method generateBelowBarPath (line 698) | Path generateBelowBarPath( method generateAboveBarPath (line 742) | Path generateAboveBarPath( method drawBelowBar (line 785) | void drawBelowBar( method drawAboveBar (line 879) | void drawAboveBar( method drawBetweenBar (line 970) | void drawBetweenBar( method drawBarShadow (line 996) | void drawBarShadow( method drawBar (line 1033) | void drawBar( method drawTouchTooltip (line 1072) | void drawTouchTooltip( method getBarLineXLength (line 1310) | double getBarLineXLength( method handleTouch (line 1333) | List? handleTouch( method getNearestTouchedSpot (line 1375) | TouchLineBarSpot? getNearestTouchedSpot( method _getDotHeight (line 1425) | double _getDotHeight({ class LineIndexDrawingInfo (line 1458) | @visibleForTesting FILE: lib/src/chart/line_chart/line_chart_renderer.dart class LineChartLeaf (line 12) | class LineChartLeaf extends LeafRenderObjectWidget { method createRenderObject (line 27) | RenderLineChart createRenderObject(BuildContext context) method updateRenderObject (line 37) | void updateRenderObject(BuildContext context, RenderLineChart renderOb... class RenderLineChart (line 50) | class RenderLineChart extends RenderBaseChart { method paint (line 112) | void paint(PaintingContext context, Offset offset) method hitTestSelf (line 125) | bool hitTestSelf(Offset position) method getResponseAtLocation (line 133) | LineTouchResponse getResponseAtLocation(Offset localPosition) FILE: lib/src/chart/pie_chart/pie_chart.dart class PieChart (line 6) | class PieChart extends ImplicitlyAnimatedWidget { method createState (line 33) | _PieChartState createState() class _PieChartState (line 36) | class _PieChartState extends AnimatedWidgetBaseState { method initState (line 42) | void initState() method build (line 54) | Widget build(BuildContext context) method _getData (line 65) | PieChartData _getData() method forEachTween (line 70) | void forEachTween(TweenVisitor visitor) class BadgeWidgetsDelegate (line 81) | class BadgeWidgetsDelegate extends MultiChildLayoutDelegate { method performLayout (line 91) | void performLayout(Size size) method shouldRelayout (line 114) | bool shouldRelayout(BadgeWidgetsDelegate oldDelegate) FILE: lib/src/chart/pie_chart/pie_chart_data.dart class PieChartData (line 13) | class PieChartData extends BaseChartData with EquatableMixin { method copyWith (line 76) | PieChartData copyWith({ method lerp (line 99) | PieChartData lerp(BaseChartData a, BaseChartData b, double t) class PieChartSectionData (line 136) | class PieChartSectionData with EquatableMixin { method copyWith (line 234) | PieChartSectionData copyWith({ method lerp (line 266) | PieChartSectionData lerp( class PieTouchData (line 317) | class PieTouchData extends FlTouchData with EquatableM... class PieTouchedSection (line 349) | class PieTouchedSection with EquatableMixin { class PieTouchResponse (line 387) | class PieTouchResponse extends BaseTouchResponse { method copyWith (line 399) | PieTouchResponse copyWith({ class PieChartDataTween (line 410) | class PieChartDataTween extends Tween { method lerp (line 416) | PieChartData lerp(double t) FILE: lib/src/chart/pie_chart/pie_chart_helper.dart function toWidgets (line 5) | List toWidgets() FILE: lib/src/chart/pie_chart/pie_chart_painter.dart class PieChartPainter (line 13) | class PieChartPainter extends BaseChartPainter { method paint (line 43) | void paint( method calculateSectionsAngle (line 63) | List calculateSectionsAngle( method drawCenterSpace (line 77) | void drawCenterSpace( method drawSections (line 96) | void drawSections( method generateSectionPath (line 186) | Path generateSectionPath( method generateRoundedSectionPath (line 301) | Path generateRoundedSectionPath( method createRectPathAroundLine (line 515) | Path createRectPathAroundLine(Line line, double width) method drawSection (line 560) | void drawSection( method drawSectionStroke (line 576) | void drawSectionStroke( method drawTexts (line 606) | void drawTexts( method sectionCenter (line 636) | Offset sectionCenter(double percentageOffset) method calculateCenterRadius (line 673) | double calculateCenterRadius( method handleTouch (line 691) | PieTouchedSection handleTouch( method getBadgeOffsets (line 759) | Map getBadgeOffsets( method sectionCenter (line 781) | Offset sectionCenter(double percentageOffset) FILE: lib/src/chart/pie_chart/pie_chart_renderer.dart class PieChartLeaf (line 14) | class PieChartLeaf extends MultiChildRenderObjectWidget { method createRenderObject (line 25) | RenderPieChart createRenderObject(BuildContext context) method updateRenderObject (line 33) | void updateRenderObject(BuildContext context, RenderPieChart renderObj... class RenderPieChart (line 44) | class RenderPieChart extends RenderBaseChart method setupParentData (line 100) | void setupParentData(RenderBox child) method performLayout (line 107) | void performLayout() method hitTestChildren (line 132) | bool hitTestChildren(BoxHitTestResult result, {required Offset position}) method paint (line 136) | void paint(PaintingContext context, Offset offset) method badgeWidgetPaint (line 149) | void badgeWidgetPaint(PaintingContext context, Offset offset) method hitTestSelf (line 163) | bool hitTestSelf(Offset position) method getResponseAtLocation (line 171) | PieTouchResponse getResponseAtLocation(Offset localPosition) method visitChildrenForSemantics (line 183) | void visitChildrenForSemantics(RenderObjectVisitor visitor) FILE: lib/src/chart/radar_chart/radar_chart.dart class RadarChart (line 6) | class RadarChart extends ImplicitlyAnimatedWidget { method createState (line 29) | _RadarChartState createState() class _RadarChartState (line 32) | class _RadarChartState extends AnimatedWidgetBaseState { method build (line 38) | Widget build(BuildContext context) method _getDate (line 47) | RadarChartData _getDate() method forEachTween (line 50) | void forEachTween(TweenVisitor visitor) FILE: lib/src/chart/radar_chart/radar_chart_data.dart type GetTitleByIndexFunction (line 10) | typedef GetTitleByIndexFunction = RadarChartTitle Function( type RadarShape (line 15) | enum RadarShape { class RadarChartTitle (line 20) | class RadarChartTitle { class RadarChartData (line 48) | class RadarChartData extends BaseChartData with EquatableMixin { method copyWith (line 195) | RadarChartData copyWith({ method lerp (line 231) | RadarChartData lerp(BaseChartData a, BaseChartData b, double t) class RadarDataSet (line 281) | class RadarDataSet with EquatableMixin { method copyWith (line 330) | RadarDataSet copyWith({ method lerp (line 348) | RadarDataSet lerp(RadarDataSet a, RadarDataSet b, double t) class RadarEntry (line 371) | class RadarEntry with EquatableMixin { method copyWith (line 379) | RadarEntry copyWith({double? value}) method lerp (line 383) | RadarEntry lerp(RadarEntry a, RadarEntry b, double t) class RadarTouchData (line 396) | class RadarTouchData extends FlTouchData class RadarTouchResponse (line 439) | class RadarTouchResponse extends BaseTouchResponse { method copyWith (line 452) | RadarTouchResponse copyWith({ class RadarTouchedSpot (line 463) | class RadarTouchedSpot extends TouchedSpot with EquatableMixin { class RadarChartDataTween (line 497) | class RadarChartDataTween extends Tween { method lerp (line 505) | RadarChartData lerp(double t) FILE: lib/src/chart/radar_chart/radar_chart_painter.dart class RadarChartPainter (line 10) | class RadarChartPainter extends BaseChartPainter { method paint (line 51) | void paint( method getDefaultChartCenterValue (line 72) | double getDefaultChartCenterValue() method getChartCenterValue (line 74) | double getChartCenterValue(RadarChartData data) method getScaledPoint (line 91) | double getScaledPoint(RadarEntry point, double radius, RadarChartData ... method getFirstTickValue (line 104) | double getFirstTickValue(RadarChartData data) method getSpaceBetweenTicks (line 120) | double getSpaceBetweenTicks(RadarChartData data) method drawTicks (line 137) | void drawTicks( method _generatePolygonPath (line 223) | Path _generatePolygonPath( method drawGrids (line 240) | void drawGrids( method drawTitles (line 271) | void drawTitles( method drawDataSets (line 342) | void drawDataSets( method handleTouch (line 413) | RadarTouchedSpot? handleTouch( method radarCenterY (line 444) | double radarCenterY(Size size) method radarCenterX (line 447) | double radarCenterX(Size size) method radarRadius (line 450) | double radarRadius(Size size) method calculateDataSetsPosition (line 454) | List calculateDataSetsPosition( class RadarDataSetsPosition (line 495) | class RadarDataSetsPosition { FILE: lib/src/chart/radar_chart/radar_chart_renderer.dart class RadarChartLeaf (line 11) | class RadarChartLeaf extends LeafRenderObjectWidget { method createRenderObject (line 22) | RenderRadarChart createRenderObject(BuildContext context) method updateRenderObject (line 30) | void updateRenderObject(BuildContext context, RenderRadarChart renderO... class RenderRadarChart (line 41) | class RenderRadarChart extends RenderBaseChart { method paint (line 91) | void paint(PaintingContext context, Offset offset) method hitTestSelf (line 104) | bool hitTestSelf(Offset position) method getResponseAtLocation (line 112) | RadarTouchResponse getResponseAtLocation(Offset localPosition) FILE: lib/src/chart/scatter_chart/scatter_chart.dart class ScatterChart (line 7) | class ScatterChart extends ImplicitlyAnimatedWidget { method createState (line 40) | _ScatterChartState createState() class _ScatterChartState (line 43) | class _ScatterChartState extends AnimatedWidgetBaseState { method build (line 55) | Widget build(BuildContext context) method _withTouchedIndicators (line 72) | ScatterChartData _withTouchedIndicators(ScatterChartData scatterChartD... method _getData (line 83) | ScatterChartData _getData() method _handleBuiltInTouch (line 95) | void _handleBuiltInTouch( method forEachTween (line 120) | void forEachTween(TweenVisitor visitor) FILE: lib/src/chart/scatter_chart/scatter_chart_data.dart class ScatterChartData (line 15) | class ScatterChartData extends AxisChartData with EquatableMixin { method lerp (line 99) | ScatterChartData lerp(BaseChartData a, BaseChartData b, double t) method copyWith (line 139) | ScatterChartData copyWith({ class ScatterSpot (line 206) | class ScatterSpot extends FlSpot with EquatableMixin { method copyWith (line 247) | ScatterSpot copyWith({ method lerp (line 267) | ScatterSpot lerp(ScatterSpot a, ScatterSpot b, double t) class ScatterTouchData (line 297) | class ScatterTouchData extends FlTouchData method copyWith (line 344) | ScatterTouchData copyWith({ type ScatterTouchCallback (line 377) | typedef ScatterTouchCallback = void Function(ScatterTouchResponse); class ScatterTouchResponse (line 383) | class ScatterTouchResponse extends AxisBaseTouchResponse { method copyWith (line 399) | ScatterTouchResponse copyWith({ class ScatterTouchedSpot (line 412) | class ScatterTouchedSpot with EquatableMixin { method copyWith (line 432) | ScatterTouchedSpot copyWith({ class ScatterTouchTooltipData (line 440) | class ScatterTouchTooltipData with EquatableMixin { method copyWith (line 535) | ScatterTouchTooltipData copyWith({ type GetScatterTooltipItems (line 570) | typedef GetScatterTooltipItems = ScatterTooltipItem? Function( function defaultScatterTooltipItem (line 575) | ScatterTooltipItem? defaultScatterTooltipItem(ScatterSpot touchedSpot) type GetScatterTooltipColor (line 599) | typedef GetScatterTooltipColor = Color Function( function defaultScatterTooltipColor (line 604) | Color defaultScatterTooltipColor(ScatterSpot touchedSpot) class ScatterTooltipItem (line 608) | class ScatterTooltipItem with EquatableMixin { method copyWith (line 653) | ScatterTooltipItem copyWith({ class ScatterChartDataTween (line 672) | class ScatterChartDataTween extends Tween { method lerp (line 680) | ScatterChartData lerp(double t) type GetLabelTextStyleFunction (line 684) | typedef GetLabelTextStyleFunction = TextStyle? Function( type GetLabelFunction (line 690) | typedef GetLabelFunction = String Function( function getDefaultLabelTextStyleFunction (line 696) | TextStyle? getDefaultLabelTextStyleFunction( function getDefaultLabelFunction (line 704) | String getDefaultLabelFunction( class ScatterLabelSettings (line 711) | class ScatterLabelSettings with EquatableMixin { method copyWith (line 737) | ScatterLabelSettings copyWith({ method lerp (line 753) | ScatterLabelSettings lerp( class ScatterChartSpotErrorRangeCallbackInput (line 781) | class ScatterChartSpotErrorRangeCallbackInput FILE: lib/src/chart/scatter_chart/scatter_chart_helper.dart class ScatterChartHelper (line 4) | class ScatterChartHelper { method calculateMaxAxisValues (line 7) | ( FILE: lib/src/chart/scatter_chart/scatter_chart_painter.dart class ScatterChartPainter (line 9) | class ScatterChartPainter extends AxisChartPainter { method paint (line 37) | void paint( method drawSpots (line 61) | void drawSpots( method drawScatterErrorBars (line 197) | void drawScatterErrorBars( method drawTouchTooltips (line 256) | void drawTouchTooltips( method drawTouchTooltip (line 279) | void drawTouchTooltip( method handleTouch (line 445) | ScatterTouchedSpot? handleTouch( FILE: lib/src/chart/scatter_chart/scatter_chart_renderer.dart class ScatterChartLeaf (line 11) | class ScatterChartLeaf extends LeafRenderObjectWidget { method createRenderObject (line 26) | RenderScatterChart createRenderObject(BuildContext context) method updateRenderObject (line 37) | void updateRenderObject( class RenderScatterChart (line 53) | class RenderScatterChart extends RenderBaseChart { method paint (line 115) | void paint(PaintingContext context, Offset offset) method hitTestSelf (line 128) | bool hitTestSelf(Offset position) method getResponseAtLocation (line 136) | ScatterTouchResponse getResponseAtLocation(Offset localPosition) FILE: lib/src/extensions/bar_chart_data_extension.dart function calculateGroupsX (line 4) | List calculateGroupsX(double viewWidth) function spaceEvenly (line 12) | void spaceEvenly() FILE: lib/src/extensions/border_extension.dart function isVisible (line 4) | bool isVisible() FILE: lib/src/extensions/color_extension.dart function darken (line 5) | Color darken([int percent = 40]) function _floatToInt8 (line 21) | int _floatToInt8(double x) FILE: lib/src/extensions/fl_titles_data_extension.dart function _getPadding (line 25) | double _getPadding(SideTitleAlignment alignment, double reservedSize) FILE: lib/src/extensions/gradient_extension.dart function getSafeColorStops (line 11) | List getSafeColorStops() FILE: lib/src/extensions/paint_extension.dart function transparentIfWidthIsZero (line 5) | void transparentIfWidthIsZero() function setColorOrGradient (line 12) | void setColorOrGradient(Color? color, Gradient? gradient, Rect rect) function setColorOrGradientForLine (line 22) | void setColorOrGradientForLine( FILE: lib/src/extensions/path_extension.dart function toDashedPath (line 12) | Path toDashedPath(List? dashArray) FILE: lib/src/extensions/rrect_extension.dart function getRect (line 6) | Rect getRect() FILE: lib/src/extensions/size_extension.dart function rotateByQuarterTurns (line 4) | Size rotateByQuarterTurns(int quarterTurns) FILE: lib/src/extensions/text_align_extension.dart type HorizontalAlignment (line 3) | enum HorizontalAlignment { left, center, right } function getFinalHorizontalAlignment (line 6) | HorizontalAlignment getFinalHorizontalAlignment(TextDirection? direction) FILE: lib/src/utils/canvas_wrapper.dart type DrawCallback (line 8) | typedef DrawCallback = void Function(); class CanvasWrapper (line 14) | class CanvasWrapper { method drawRRect (line 24) | void drawRRect(RRect rrect, Paint paint) method save (line 27) | void save() method restore (line 30) | void restore() method clipRect (line 33) | void clipRect( method translate (line 41) | void translate(double dx, double dy) method rotate (line 44) | void rotate(double radius) method drawPath (line 47) | void drawPath(Path path, Paint paint) method saveLayer (line 50) | void saveLayer(Rect bounds, Paint paint) method drawPicture (line 53) | void drawPicture(Picture picture) method drawImage (line 56) | void drawImage(Image image, Offset offset, Paint paint) method clipPath (line 60) | void clipPath(Path path, {bool doAntiAlias = true}) method drawRect (line 64) | void drawRect(Rect rect, Paint paint) method drawLine (line 67) | void drawLine(Offset p1, Offset p2, Paint paint) method drawCircle (line 71) | void drawCircle(Offset center, double radius, Paint paint) method drawArc (line 75) | void drawArc( method drawText (line 87) | void drawText(TextPainter tp, Offset offset, [double? rotateAngle]) method drawVerticalText (line 105) | void drawVerticalText( method drawDot (line 122) | void drawDot(FlDotPainter painter, FlSpot spot, Offset offset) method drawErrorIndicator (line 127) | void drawErrorIndicator( method drawRotated (line 138) | void drawRotated({ method drawDashedLine (line 160) | void drawDashedLine( FILE: lib/src/utils/lerp.dart function lerpList (line 7) | List? lerpList( function lerpColorList (line 27) | List? lerpColorList(List? a, List? b, double t) function lerpColor (line 31) | Color lerpColor(Color a, Color b, double t) function lerpDoubleAllowInfinity (line 34) | double? lerpDoubleAllowInfinity(double? a, double? b, double t) function lerpDoubleList (line 49) | List? lerpDoubleList(List? a, List? b, double t) function lerpIntList (line 53) | List? lerpIntList(List? a, List? b, double t) function lerpInt (line 57) | int lerpInt(int a, int b, double t) function lerpNonNullDouble (line 60) | double lerpNonNullDouble(double a, double b, double t) function lerpFlSpotList (line 63) | List? lerpFlSpotList(List? a, List? b, double t) function lerpHorizontalLineList (line 67) | List? lerpHorizontalLineList( function lerpVerticalLineList (line 75) | List? lerpVerticalLineList( function lerpHorizontalRangeAnnotationList (line 83) | List? lerpHorizontalRangeAnnotationList( function lerpVerticalRangeAnnotationList (line 91) | List? lerpVerticalRangeAnnotationList( function lerpLineChartBarDataList (line 99) | List? lerpLineChartBarDataList( function lerpBetweenBarsDataList (line 107) | List? lerpBetweenBarsDataList( function lerpBarChartGroupDataList (line 115) | List? lerpBarChartGroupDataList( function lerpBarChartRodDataList (line 123) | List? lerpBarChartRodDataList( function lerpPieChartSectionDataList (line 131) | List? lerpPieChartSectionDataList( function lerpScatterSpotList (line 139) | List? lerpScatterSpotList( function lerpCandleSpotList (line 147) | List? lerpCandleSpotList( function lerpBarChartRodStackList (line 155) | List? lerpBarChartRodStackList( function lerpRadarDataSetList (line 163) | List? lerpRadarDataSetList( function lerpRadarEntryList (line 171) | List? lerpRadarEntryList( function lerpGradient (line 179) | Color lerpGradient(List colors, List stops, double t) FILE: lib/src/utils/path_drawing/dash_path.dart function dashPath (line 12) | Path dashPath( type _DashOffsetType (line 37) | enum _DashOffsetType { absolute, percentage } class DashOffset (line 43) | class DashOffset { method _calculate (line 61) | double _calculate(double length) class CircularIntervalList (line 74) | class CircularIntervalList { FILE: lib/src/utils/utils.dart class Utils (line 5) | class Utils { method changeInstance (line 14) | void changeInstance(Utils val) method radians (line 19) | double radians(double degrees) method degrees (line 24) | double degrees(double radians) method translateRotatedPosition (line 27) | double translateRotatedPosition(double size, double degree) method calculateRotationOffset (line 31) | Offset calculateRotationOffset(Size size, double degree) method normalizeBorderRadius (line 43) | BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 95) | BorderSide normalizeBorderSide(BorderSide? borderSide, double width) method getEfficientInterval (line 117) | double getEfficientInterval( method roundInterval (line 135) | double roundInterval(double input) method _roundIntervalBelowOne (line 142) | double _roundIntervalBelowOne(double input) method _roundIntervalAboveOne (line 171) | double _roundIntervalAboveOne(double input) method getFractionDigits (line 200) | int getFractionDigits(double value) method formatNumber (line 232) | String formatNumber(double axisMin, double axisMax, double axisValue) method getThemeAwareTextStyle (line 274) | TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 295) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 313) | double convertRadiusToSigma(double radius) FILE: test/chart/bar_chart/bar_chart_data_test.dart function main (line 7) | void main() FILE: test/chart/bar_chart/bar_chart_helper_test.dart function main (line 7) | void main() FILE: test/chart/bar_chart/bar_chart_painter_test.dart function main (line 21) | void main() function callWithAlignment (line 609) | List callWithAlignment(BarChartAlignment alignment) function callWithAlignment (line 726) | List callWithAlignment(BarChartAlignment alignment) FILE: test/chart/bar_chart/bar_chart_painter_test.mocks.dart class _FakeRect_0 (line 32) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 42) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakeSize_2 (line 52) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeWidget_3 (line 62) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 72) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 76) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 87) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 91) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 102) | String toString({ class _FakeOffset_6 (line 109) | class _FakeOffset_6 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_7 (line 119) | class _FakeBorderSide_7 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 129) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_8 (line 133) | class _FakeTextStyle_8 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 143) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class MockCanvas (line 150) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 156) | void save() method saveLayer (line 165) | void saveLayer( method restore (line 181) | void restore() method restoreToCount (line 190) | void restoreToCount(int? count) method getSaveCount (line 199) | int getSaveCount() method translate (line 208) | void translate( method scale (line 224) | void scale( method rotate (line 240) | void rotate(double? radians) method skew (line 249) | void skew( method transform (line 265) | void transform(_i5.Float64List? matrix4) method getTransform (line 274) | _i5.Float64List getTransform() method clipRect (line 283) | void clipRect( method clipRRect (line 301) | void clipRRect( method clipRSuperellipse (line 315) | void clipRSuperellipse( method clipPath (line 329) | void clipPath( method getLocalClipBounds (line 343) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 358) | _i2.Rect getDestinationClipBounds() method drawColor (line 373) | void drawColor( method drawLine (line 389) | void drawLine( method drawPaint (line 407) | void drawPaint(_i2.Paint? paint) method drawRect (line 416) | void drawRect( method drawRRect (line 432) | void drawRRect( method drawDRRect (line 448) | void drawDRRect( method drawRSuperellipse (line 466) | void drawRSuperellipse( method drawOval (line 482) | void drawOval( method drawCircle (line 498) | void drawCircle( method drawArc (line 516) | void drawArc( method drawPath (line 538) | void drawPath( method drawImage (line 554) | void drawImage( method drawImageRect (line 572) | void drawImageRect( method drawImageNine (line 592) | void drawImageNine( method drawPicture (line 612) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 621) | void drawParagraph( method drawPoints (line 637) | void drawPoints( method drawRawPoints (line 655) | void drawRawPoints( method drawVertices (line 673) | void drawVertices( method drawAtlas (line 691) | void drawAtlas( method drawRawAtlas (line 717) | void drawRawAtlas( method drawShadow (line 743) | void drawShadow( class MockCanvasWrapper (line 766) | class MockCanvasWrapper extends _i1.Mock implements _i6.CanvasWrapper { method drawRRect (line 790) | void drawRRect( method save (line 806) | void save() method restore (line 815) | void restore() method clipRect (line 824) | void clipRect( method translate (line 842) | void translate( method rotate (line 858) | void rotate(double? radius) method drawPath (line 867) | void drawPath( method saveLayer (line 883) | void saveLayer( method drawPicture (line 899) | void drawPicture(_i2.Picture? picture) method drawImage (line 908) | void drawImage( method clipPath (line 926) | void clipPath( method drawRect (line 940) | void drawRect( method drawLine (line 956) | void drawLine( method drawCircle (line 974) | void drawCircle( method drawArc (line 992) | void drawArc( method drawText (line 1014) | void drawText( method drawVerticalText (line 1032) | void drawVerticalText( method drawDot (line 1050) | void drawDot( method drawErrorIndicator (line 1068) | void drawErrorIndicator( method drawRotated (line 1090) | void drawRotated({ method drawDashedLine (line 1113) | void drawDashedLine( class MockBuildContext (line 1136) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 1163) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1184) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 1194) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 1203) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 1213) | _i3.DiagnosticsNode describeElement( method describeWidget (line 1234) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1255) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1267) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockUtils (line 1286) | class MockUtils extends _i1.Mock implements _i8.Utils { method radians (line 1292) | double radians(double? degrees) method degrees (line 1301) | double degrees(double? radians) method translateRotatedPosition (line 1310) | double translateRotatedPosition( method calculateRotationOffset (line 1326) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 1351) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 1364) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 1389) | double getEfficientInterval( method roundInterval (line 1407) | double roundInterval(double? input) method getFractionDigits (line 1416) | int getFractionDigits(double? value) method formatNumber (line 1425) | String formatNumber( method getThemeAwareTextStyle (line 1453) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1478) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1498) | double convertRadiusToSigma(double? radius) FILE: test/chart/bar_chart/bar_chart_renderer_test.dart function main (line 15) | void main() FILE: test/chart/bar_chart/bar_chart_renderer_test.mocks.dart class _FakeRect_0 (line 37) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 47) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakePaintingContext_2 (line 57) | class _FakePaintingContext_2 extends _i1.SmartFake class _FakeColorFilterLayer_3 (line 68) | class _FakeColorFilterLayer_3 extends _i1.SmartFake method toString (line 79) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeOpacityLayer_4 (line 83) | class _FakeOpacityLayer_4 extends _i1.SmartFake implements _i4.OpacityLa... method toString (line 93) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeWidget_5 (line 97) | class _FakeWidget_5 extends _i1.SmartFake implements _i6.Widget { method toString (line 107) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_6 (line 111) | class _FakeInheritedWidget_6 extends _i1.SmartFake method toString (line 122) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_7 (line 126) | class _FakeDiagnosticsNode_7 extends _i1.SmartFake method toString (line 137) | String toString({ class _FakeOffset_8 (line 144) | class _FakeOffset_8 extends _i1.SmartFake implements _i2.Offset { class MockCanvas (line 157) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 163) | void save() method saveLayer (line 172) | void saveLayer( method restore (line 188) | void restore() method restoreToCount (line 197) | void restoreToCount(int? count) method getSaveCount (line 206) | int getSaveCount() method translate (line 215) | void translate( method scale (line 231) | void scale( method rotate (line 247) | void rotate(double? radians) method skew (line 256) | void skew( method transform (line 272) | void transform(_i7.Float64List? matrix4) method getTransform (line 281) | _i7.Float64List getTransform() method clipRect (line 290) | void clipRect( method clipRRect (line 308) | void clipRRect( method clipRSuperellipse (line 322) | void clipRSuperellipse( method clipPath (line 336) | void clipPath( method getLocalClipBounds (line 350) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 365) | _i2.Rect getDestinationClipBounds() method drawColor (line 380) | void drawColor( method drawLine (line 396) | void drawLine( method drawPaint (line 414) | void drawPaint(_i2.Paint? paint) method drawRect (line 423) | void drawRect( method drawRRect (line 439) | void drawRRect( method drawDRRect (line 455) | void drawDRRect( method drawRSuperellipse (line 473) | void drawRSuperellipse( method drawOval (line 489) | void drawOval( method drawCircle (line 505) | void drawCircle( method drawArc (line 523) | void drawArc( method drawPath (line 545) | void drawPath( method drawImage (line 561) | void drawImage( method drawImageRect (line 579) | void drawImageRect( method drawImageNine (line 599) | void drawImageNine( method drawPicture (line 619) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 628) | void drawParagraph( method drawPoints (line 644) | void drawPoints( method drawRawPoints (line 662) | void drawRawPoints( method drawVertices (line 680) | void drawVertices( method drawAtlas (line 698) | void drawAtlas( method drawRawAtlas (line 724) | void drawRawAtlas( method drawShadow (line 750) | void drawShadow( class MockPaintingContext (line 773) | class MockPaintingContext extends _i1.Mock implements _i3.PaintingContext { method paintChild (line 797) | void paintChild( method appendLayer (line 813) | void appendLayer(_i4.Layer? layer) method addCompositionCallback (line 822) | _i2.VoidCallback addCompositionCallback(_i4.CompositionCallback? callb... method stopRecordingIfNeeded (line 832) | void stopRecordingIfNeeded() method setIsComplexHint (line 841) | void setIsComplexHint() method setWillChangeHint (line 850) | void setWillChangeHint() method addLayer (line 859) | void addLayer(_i4.Layer? layer) method pushLayer (line 868) | void pushLayer( method createChildContext (line 888) | _i3.PaintingContext createChildContext( method pushClipRect (line 913) | _i4.ClipRectLayer? pushClipRect( method pushClipRRect (line 936) | _i4.ClipRRectLayer? pushClipRRect( method pushClipRSuperellipse (line 961) | _i4.ClipRSuperellipseLayer? pushClipRSuperellipse( method pushClipPath (line 986) | _i4.ClipPathLayer? pushClipPath( method pushColorFilter (line 1011) | _i4.ColorFilterLayer pushColorFilter( method pushTransform (line 1042) | _i4.TransformLayer? pushTransform( method pushOpacity (line 1061) | _i4.OpacityLayer pushOpacity( method clipPathAndPaint (line 1092) | void clipPathAndPaint( method clipRRectAndPaint (line 1112) | void clipRRectAndPaint( method clipRSuperellipseAndPaint (line 1132) | void clipRSuperellipseAndPaint( method clipRectAndPaint (line 1152) | void clipRectAndPaint( class MockBuildContext (line 1175) | class MockBuildContext extends _i1.Mock implements _i6.BuildContext { method dependOnInheritedElement (line 1202) | _i6.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1223) | void visitAncestorElements(_i6.ConditionalElementVisitor? visitor) method visitChildElements (line 1233) | void visitChildElements(_i6.ElementVisitor? visitor) method dispatchNotification (line 1242) | void dispatchNotification(_i9.Notification? notification) method describeElement (line 1252) | _i5.DiagnosticsNode describeElement( method describeWidget (line 1273) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1294) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1306) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockBarChartPainter (line 1325) | class MockBarChartPainter extends _i1.Mock implements _i10.BarChartPaint... method paint (line 1331) | void paint( method calculateGroupAndBarsPosition (line 1349) | List<_i10.GroupBarsPosition> calculateGroupAndBarsPosition( method drawBars (line 1367) | void drawBars( method drawErrorIndicatorData (line 1385) | void drawErrorIndicatorData( method drawTouchTooltip (line 1403) | void drawTouchTooltip( method drawStackItemBorderStroke (line 1433) | void drawStackItemBorderStroke( method handleTouch (line 1461) | _i13.BarTouchedSpot? handleTouch( method drawGrid (line 1476) | void drawGrid( method drawBackground (line 1492) | void drawBackground( method drawRangeAnnotation (line 1508) | void drawRangeAnnotation( method drawExtraLines (line 1524) | void drawExtraLines( method drawHorizontalLines (line 1542) | void drawHorizontalLines( method drawVerticalLines (line 1562) | void drawVerticalLines( method getPixelX (line 1582) | double getPixelX( method getPixelY (line 1600) | double getPixelY( method getXForPixel (line 1618) | double getXForPixel( method getYForPixel (line 1636) | double getYForPixel( method getChartCoordinateFromPixel (line 1654) | _i2.Offset getChartCoordinateFromPixel( method getTooltipLeft (line 1682) | double getTooltipLeft( FILE: test/chart/bar_chart/bar_chart_test.dart function main (line 11) | void main() function createTestWidget (line 12) | Widget createTestWidget({ FILE: test/chart/base/axis_chart/axis_chart_data_test.dart function main (line 10) | void main() FILE: test/chart/base/axis_chart/axis_chart_data_test.mocks.dart class _FakeRect_0 (line 26) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class MockCanvas (line 39) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 45) | void save() method saveLayer (line 54) | void saveLayer( method restore (line 70) | void restore() method restoreToCount (line 79) | void restoreToCount(int? count) method getSaveCount (line 88) | int getSaveCount() method translate (line 97) | void translate( method scale (line 113) | void scale( method rotate (line 129) | void rotate(double? radians) method skew (line 138) | void skew( method transform (line 154) | void transform(_i3.Float64List? matrix4) method getTransform (line 163) | _i3.Float64List getTransform() method clipRect (line 172) | void clipRect( method clipRRect (line 190) | void clipRRect( method clipRSuperellipse (line 204) | void clipRSuperellipse( method clipPath (line 218) | void clipPath( method getLocalClipBounds (line 232) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 247) | _i2.Rect getDestinationClipBounds() method drawColor (line 262) | void drawColor( method drawLine (line 278) | void drawLine( method drawPaint (line 296) | void drawPaint(_i2.Paint? paint) method drawRect (line 305) | void drawRect( method drawRRect (line 321) | void drawRRect( method drawDRRect (line 337) | void drawDRRect( method drawRSuperellipse (line 355) | void drawRSuperellipse( method drawOval (line 371) | void drawOval( method drawCircle (line 387) | void drawCircle( method drawArc (line 405) | void drawArc( method drawPath (line 427) | void drawPath( method drawImage (line 443) | void drawImage( method drawImageRect (line 461) | void drawImageRect( method drawImageNine (line 481) | void drawImageNine( method drawPicture (line 501) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 510) | void drawParagraph( method drawPoints (line 526) | void drawPoints( method drawRawPoints (line 544) | void drawRawPoints( method drawVertices (line 562) | void drawVertices( method drawAtlas (line 580) | void drawAtlas( method drawRawAtlas (line 606) | void drawRawAtlas( method drawShadow (line 632) | void drawShadow( FILE: test/chart/base/axis_chart/axis_chart_extensions_test.dart function main (line 7) | void main() FILE: test/chart/base/axis_chart/axis_chart_helper_test.dart function main (line 5) | void main() FILE: test/chart/base/axis_chart/axis_chart_scaffold_widget_test.dart function main (line 10) | void main() function checkSide (line 229) | Future checkSide(AxisSide side) function pumpTestWidget (line 483) | Future pumpTestWidget(AxisChartScaffoldWidget widget) function createTestWidget (line 1294) | Widget createTestWidget({ function getTransformationController (line 1317) | TransformationController? getTransformationController( FILE: test/chart/base/axis_chart/axis_chart_widgets_test.dart function main (line 5) | void main() function getTitleMeta (line 6) | TitleMeta getTitleMeta(AxisSide axisSide) FILE: test/chart/base/axis_chart/base_chart_data_test.dart function main (line 6) | void main() FILE: test/chart/base/axis_chart/side_titles/side_titles_flex_test.dart function main (line 7) | void main() function oneToNineWidgetHolders (line 235) | List oneToNineWidgetHolders(double viewSize) function oneToNineSideTitleMetaData (line 246) | List oneToNineSideTitleMetaData(double viewSize) FILE: test/chart/base/axis_chart/side_titles/side_titles_test.dart function main (line 5) | void main() FILE: test/chart/base/axis_chart/side_titles/side_titles_widget_test.dart function main (line 7) | void main() function createBarChartDataWithOnlyRightTitles (line 150) | BarChartData createBarChartDataWithOnlyRightTitles() function createBarChartDataWithEmptyGroups (line 201) | BarChartData createBarChartDataWithEmptyGroups() function checkSide (line 260) | Future checkSide(AxisSide side) FILE: test/chart/base/axis_chart/transformation_config_test.dart function main (line 5) | void main() FILE: test/chart/base/line_test.dart function main (line 5) | void main() FILE: test/chart/base/render_base_chart_test.dart function main (line 20) | void main() function touchCallback (line 27) | void touchCallback(_, __) function callback (line 115) | void callback(FlTouchEvent event, LineTouchResponse? response) class TestRenderBaseChart (line 149) | class TestRenderBaseChart extends RenderBaseChart { method initGestureRecognizers (line 164) | void initGestureRecognizers() method getResponseAtLocation (line 172) | LineTouchResponse getResponseAtLocation(Offset localPosition) class TestTouchData (line 181) | class TestTouchData extends FlTouchData { FILE: test/chart/base/render_base_chart_test.mocks.dart class _FakeWidget_0 (line 37) | class _FakeWidget_0 extends _i1.SmartFake implements _i2.Widget { method toString (line 47) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_1 (line 51) | class _FakeInheritedWidget_1 extends _i1.SmartFake method toString (line 62) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_2 (line 66) | class _FakeDiagnosticsNode_2 extends _i1.SmartFake method toString (line 77) | String toString({ class _FakeVelocityTracker_3 (line 84) | class _FakeVelocityTracker_3 extends _i1.SmartFake class _FakeOffsetPair_4 (line 95) | class _FakeOffsetPair_4 extends _i1.SmartFake implements _i5.OffsetPair { class MockBuildContext (line 108) | class MockBuildContext extends _i1.Mock implements _i2.BuildContext { method dependOnInheritedElement (line 135) | _i2.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 156) | void visitAncestorElements(_i2.ConditionalElementVisitor? visitor) method visitChildElements (line 166) | void visitChildElements(_i2.ElementVisitor? visitor) method dispatchNotification (line 175) | void dispatchNotification(_i6.Notification? notification) method describeElement (line 185) | _i3.DiagnosticsNode describeElement( method describeWidget (line 206) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 227) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 239) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockPanGestureRecognizer (line 258) | class MockPanGestureRecognizer extends _i1.Mock method isFlingGesture (line 461) | bool isFlingGesture( method considerFling (line 477) | _i10.DragEndDetails? considerFling( method hasSufficientGlobalDistanceToAccept (line 490) | bool hasSufficientGlobalDistanceToAccept( method isPointerAllowed (line 506) | bool isPointerAllowed(_i9.PointerEvent? event) method addAllowedPointer (line 515) | void addAllowedPointer(_i9.PointerDownEvent? event) method addAllowedPointerPanZoom (line 524) | void addAllowedPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method handleEvent (line 534) | void handleEvent(_i9.PointerEvent? event) method acceptGesture (line 543) | void acceptGesture(int? pointer) method rejectGesture (line 552) | void rejectGesture(int? pointer) method didStopTrackingLastPointer (line 561) | void didStopTrackingLastPointer(int? pointer) method dispose (line 570) | void dispose() method debugFillProperties (line 579) | void debugFillProperties(_i3.DiagnosticPropertiesBuilder? properties) method handleNonAllowedPointer (line 589) | void handleNonAllowedPointer(_i9.PointerDownEvent? event) method resolve (line 599) | void resolve(_i5.GestureDisposition? disposition) method resolvePointer (line 608) | void resolvePointer( method startTrackingPointer (line 624) | void startTrackingPointer( method stopTrackingPointer (line 640) | void stopTrackingPointer(int? pointer) method stopTrackingIfPointerNoLongerDown (line 649) | void stopTrackingIfPointerNoLongerDown(_i9.PointerEvent? event) method addPointerPanZoom (line 659) | void addPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method addPointer (line 669) | void addPointer(_i9.PointerDownEvent? event) method handleNonAllowedPointerPanZoom (line 678) | void handleNonAllowedPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method isPointerPanZoomAllowed (line 688) | bool isPointerPanZoomAllowed(_i11.PointerPanZoomStartEvent? event) method getKindForPointer (line 698) | _i12.PointerDeviceKind getKindForPointer(int? pointer) method invokeCallback (line 707) | T? invokeCallback( method toString (line 722) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... method toStringShallow (line 726) | String toStringShallow({ method toStringDeep (line 753) | String toStringDeep({ method toStringShort (line 786) | String toStringShort() method toDiagnosticsNode (line 801) | _i3.DiagnosticsNode toDiagnosticsNode({ method debugDescribeChildren (line 828) | List<_i3.DiagnosticsNode> debugDescribeChildren() class MockTapGestureRecognizer (line 840) | class MockTapGestureRecognizer extends _i1.Mock method isPointerAllowed (line 1008) | bool isPointerAllowed(_i9.PointerDownEvent? event) method handleTapDown (line 1017) | void handleTapDown({required _i9.PointerDownEvent? down}) method handleTapUp (line 1028) | void handleTapUp({ method handleTapMove (line 1045) | void handleTapMove({required _i9.PointerMoveEvent? move}) method handleTapCancel (line 1056) | void handleTapCancel({ method addAllowedPointer (line 1075) | void addAllowedPointer(_i9.PointerDownEvent? event) method startTrackingPointer (line 1084) | void startTrackingPointer( method handlePrimaryPointer (line 1100) | void handlePrimaryPointer(_i9.PointerEvent? event) method resolve (line 1109) | void resolve(_i5.GestureDisposition? disposition) method didExceedDeadline (line 1118) | void didExceedDeadline() method acceptGesture (line 1127) | void acceptGesture(int? pointer) method rejectGesture (line 1136) | void rejectGesture(int? pointer) method debugFillProperties (line 1145) | void debugFillProperties(_i3.DiagnosticPropertiesBuilder? properties) method handleNonAllowedPointer (line 1155) | void handleNonAllowedPointer(_i9.PointerDownEvent? event) method handleEvent (line 1165) | void handleEvent(_i9.PointerEvent? event) method didExceedDeadlineWithEvent (line 1174) | void didExceedDeadlineWithEvent(_i9.PointerDownEvent? event) method didStopTrackingLastPointer (line 1184) | void didStopTrackingLastPointer(int? pointer) method dispose (line 1193) | void dispose() method resolvePointer (line 1202) | void resolvePointer( method stopTrackingPointer (line 1218) | void stopTrackingPointer(int? pointer) method stopTrackingIfPointerNoLongerDown (line 1227) | void stopTrackingIfPointerNoLongerDown(_i9.PointerEvent? event) method addPointerPanZoom (line 1237) | void addPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method addAllowedPointerPanZoom (line 1247) | void addAllowedPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method addPointer (line 1257) | void addPointer(_i9.PointerDownEvent? event) method handleNonAllowedPointerPanZoom (line 1266) | void handleNonAllowedPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method isPointerPanZoomAllowed (line 1276) | bool isPointerPanZoomAllowed(_i11.PointerPanZoomStartEvent? event) method getKindForPointer (line 1286) | _i12.PointerDeviceKind getKindForPointer(int? pointer) method invokeCallback (line 1295) | T? invokeCallback( method toString (line 1310) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... method toStringShallow (line 1314) | String toStringShallow({ method toStringDeep (line 1341) | String toStringDeep({ method toStringShort (line 1374) | String toStringShort() method toDiagnosticsNode (line 1389) | _i3.DiagnosticsNode toDiagnosticsNode({ method debugDescribeChildren (line 1416) | List<_i3.DiagnosticsNode> debugDescribeChildren() class MockLongPressGestureRecognizer (line 1428) | class MockLongPressGestureRecognizer extends _i1.Mock method isPointerAllowed (line 1695) | bool isPointerAllowed(_i9.PointerDownEvent? event) method didExceedDeadline (line 1704) | void didExceedDeadline() method handlePrimaryPointer (line 1713) | void handlePrimaryPointer(_i9.PointerEvent? event) method resolve (line 1722) | void resolve(_i5.GestureDisposition? disposition) method acceptGesture (line 1731) | void acceptGesture(int? pointer) method addAllowedPointer (line 1740) | void addAllowedPointer(_i9.PointerDownEvent? event) method handleNonAllowedPointer (line 1749) | void handleNonAllowedPointer(_i9.PointerDownEvent? event) method handleEvent (line 1759) | void handleEvent(_i9.PointerEvent? event) method didExceedDeadlineWithEvent (line 1768) | void didExceedDeadlineWithEvent(_i9.PointerDownEvent? event) method rejectGesture (line 1778) | void rejectGesture(int? pointer) method didStopTrackingLastPointer (line 1787) | void didStopTrackingLastPointer(int? pointer) method dispose (line 1796) | void dispose() method debugFillProperties (line 1805) | void debugFillProperties(_i3.DiagnosticPropertiesBuilder? properties) method resolvePointer (line 1815) | void resolvePointer( method startTrackingPointer (line 1831) | void startTrackingPointer( method stopTrackingPointer (line 1847) | void stopTrackingPointer(int? pointer) method stopTrackingIfPointerNoLongerDown (line 1856) | void stopTrackingIfPointerNoLongerDown(_i9.PointerEvent? event) method addPointerPanZoom (line 1866) | void addPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method addAllowedPointerPanZoom (line 1876) | void addAllowedPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method addPointer (line 1886) | void addPointer(_i9.PointerDownEvent? event) method handleNonAllowedPointerPanZoom (line 1895) | void handleNonAllowedPointerPanZoom(_i11.PointerPanZoomStartEvent? event) method isPointerPanZoomAllowed (line 1905) | bool isPointerPanZoomAllowed(_i11.PointerPanZoomStartEvent? event) method getKindForPointer (line 1915) | _i12.PointerDeviceKind getKindForPointer(int? pointer) method invokeCallback (line 1924) | T? invokeCallback( method toString (line 1939) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... method toStringShallow (line 1943) | String toStringShallow({ method toStringDeep (line 1970) | String toStringDeep({ method toStringShort (line 2003) | String toStringShort() method toDiagnosticsNode (line 2018) | _i3.DiagnosticsNode toDiagnosticsNode({ method debugDescribeChildren (line 2045) | List<_i3.DiagnosticsNode> debugDescribeChildren() FILE: test/chart/candlestick_chart/candlestick_chart_data_test.dart function main (line 7) | void main() FILE: test/chart/candlestick_chart/candlestick_chart_helper_test.dart function main (line 7) | void main() FILE: test/chart/candlestick_chart/candlestick_chart_painter_test.dart function main (line 17) | void main() FILE: test/chart/candlestick_chart/candlestick_chart_painter_test.mocks.dart class _FakeRect_0 (line 32) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 42) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakeSize_2 (line 52) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeWidget_3 (line 62) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 72) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 76) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 87) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 91) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 102) | String toString({ class _FakeOffset_6 (line 109) | class _FakeOffset_6 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_7 (line 119) | class _FakeBorderSide_7 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 129) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_8 (line 133) | class _FakeTextStyle_8 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 143) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class MockCanvas (line 150) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 156) | void save() method saveLayer (line 165) | void saveLayer( method restore (line 181) | void restore() method restoreToCount (line 190) | void restoreToCount(int? count) method getSaveCount (line 199) | int getSaveCount() method translate (line 208) | void translate( method scale (line 224) | void scale( method rotate (line 240) | void rotate(double? radians) method skew (line 249) | void skew( method transform (line 265) | void transform(_i5.Float64List? matrix4) method getTransform (line 274) | _i5.Float64List getTransform() method clipRect (line 283) | void clipRect( method clipRRect (line 301) | void clipRRect( method clipRSuperellipse (line 315) | void clipRSuperellipse( method clipPath (line 329) | void clipPath( method getLocalClipBounds (line 343) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 358) | _i2.Rect getDestinationClipBounds() method drawColor (line 373) | void drawColor( method drawLine (line 389) | void drawLine( method drawPaint (line 407) | void drawPaint(_i2.Paint? paint) method drawRect (line 416) | void drawRect( method drawRRect (line 432) | void drawRRect( method drawDRRect (line 448) | void drawDRRect( method drawRSuperellipse (line 466) | void drawRSuperellipse( method drawOval (line 482) | void drawOval( method drawCircle (line 498) | void drawCircle( method drawArc (line 516) | void drawArc( method drawPath (line 538) | void drawPath( method drawImage (line 554) | void drawImage( method drawImageRect (line 572) | void drawImageRect( method drawImageNine (line 592) | void drawImageNine( method drawPicture (line 612) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 621) | void drawParagraph( method drawPoints (line 637) | void drawPoints( method drawRawPoints (line 655) | void drawRawPoints( method drawVertices (line 673) | void drawVertices( method drawAtlas (line 691) | void drawAtlas( method drawRawAtlas (line 717) | void drawRawAtlas( method drawShadow (line 743) | void drawShadow( class MockCanvasWrapper (line 766) | class MockCanvasWrapper extends _i1.Mock implements _i6.CanvasWrapper { method drawRRect (line 790) | void drawRRect( method save (line 806) | void save() method restore (line 815) | void restore() method clipRect (line 824) | void clipRect( method translate (line 842) | void translate( method rotate (line 858) | void rotate(double? radius) method drawPath (line 867) | void drawPath( method saveLayer (line 883) | void saveLayer( method drawPicture (line 899) | void drawPicture(_i2.Picture? picture) method drawImage (line 908) | void drawImage( method clipPath (line 926) | void clipPath( method drawRect (line 940) | void drawRect( method drawLine (line 956) | void drawLine( method drawCircle (line 974) | void drawCircle( method drawArc (line 992) | void drawArc( method drawText (line 1014) | void drawText( method drawVerticalText (line 1032) | void drawVerticalText( method drawDot (line 1050) | void drawDot( method drawErrorIndicator (line 1068) | void drawErrorIndicator( method drawRotated (line 1090) | void drawRotated({ method drawDashedLine (line 1113) | void drawDashedLine( class MockBuildContext (line 1136) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 1163) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1184) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 1194) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 1203) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 1213) | _i3.DiagnosticsNode describeElement( method describeWidget (line 1234) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1255) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1267) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockUtils (line 1286) | class MockUtils extends _i1.Mock implements _i8.Utils { method radians (line 1292) | double radians(double? degrees) method degrees (line 1301) | double degrees(double? radians) method translateRotatedPosition (line 1310) | double translateRotatedPosition( method calculateRotationOffset (line 1326) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 1351) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 1364) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 1389) | double getEfficientInterval( method roundInterval (line 1407) | double roundInterval(double? input) method getFractionDigits (line 1416) | int getFractionDigits(double? value) method formatNumber (line 1425) | String formatNumber( method getThemeAwareTextStyle (line 1453) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1478) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1498) | double convertRadiusToSigma(double? radius) FILE: test/chart/candlestick_chart/candlestick_chart_renderer_test.dart function main (line 15) | void main() FILE: test/chart/candlestick_chart/candlestick_chart_renderer_test.mocks.dart class _FakeRect_0 (line 38) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 48) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakePaintingContext_2 (line 58) | class _FakePaintingContext_2 extends _i1.SmartFake class _FakeColorFilterLayer_3 (line 69) | class _FakeColorFilterLayer_3 extends _i1.SmartFake method toString (line 80) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeOpacityLayer_4 (line 84) | class _FakeOpacityLayer_4 extends _i1.SmartFake implements _i4.OpacityLa... method toString (line 94) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeWidget_5 (line 98) | class _FakeWidget_5 extends _i1.SmartFake implements _i6.Widget { method toString (line 108) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_6 (line 112) | class _FakeInheritedWidget_6 extends _i1.SmartFake method toString (line 123) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_7 (line 127) | class _FakeDiagnosticsNode_7 extends _i1.SmartFake method toString (line 138) | String toString({ class _FakeOffset_8 (line 145) | class _FakeOffset_8 extends _i1.SmartFake implements _i2.Offset { class MockCanvas (line 158) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 164) | void save() method saveLayer (line 173) | void saveLayer( method restore (line 189) | void restore() method restoreToCount (line 198) | void restoreToCount(int? count) method getSaveCount (line 207) | int getSaveCount() method translate (line 216) | void translate( method scale (line 232) | void scale( method rotate (line 248) | void rotate(double? radians) method skew (line 257) | void skew( method transform (line 273) | void transform(_i7.Float64List? matrix4) method getTransform (line 282) | _i7.Float64List getTransform() method clipRect (line 291) | void clipRect( method clipRRect (line 309) | void clipRRect( method clipRSuperellipse (line 323) | void clipRSuperellipse( method clipPath (line 337) | void clipPath( method getLocalClipBounds (line 351) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 366) | _i2.Rect getDestinationClipBounds() method drawColor (line 381) | void drawColor( method drawLine (line 397) | void drawLine( method drawPaint (line 415) | void drawPaint(_i2.Paint? paint) method drawRect (line 424) | void drawRect( method drawRRect (line 440) | void drawRRect( method drawDRRect (line 456) | void drawDRRect( method drawRSuperellipse (line 474) | void drawRSuperellipse( method drawOval (line 490) | void drawOval( method drawCircle (line 506) | void drawCircle( method drawArc (line 524) | void drawArc( method drawPath (line 546) | void drawPath( method drawImage (line 562) | void drawImage( method drawImageRect (line 580) | void drawImageRect( method drawImageNine (line 600) | void drawImageNine( method drawPicture (line 620) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 629) | void drawParagraph( method drawPoints (line 645) | void drawPoints( method drawRawPoints (line 663) | void drawRawPoints( method drawVertices (line 681) | void drawVertices( method drawAtlas (line 699) | void drawAtlas( method drawRawAtlas (line 725) | void drawRawAtlas( method drawShadow (line 751) | void drawShadow( class MockPaintingContext (line 774) | class MockPaintingContext extends _i1.Mock implements _i3.PaintingContext { method paintChild (line 798) | void paintChild( method appendLayer (line 814) | void appendLayer(_i4.Layer? layer) method addCompositionCallback (line 823) | _i2.VoidCallback addCompositionCallback(_i4.CompositionCallback? callb... method stopRecordingIfNeeded (line 833) | void stopRecordingIfNeeded() method setIsComplexHint (line 842) | void setIsComplexHint() method setWillChangeHint (line 851) | void setWillChangeHint() method addLayer (line 860) | void addLayer(_i4.Layer? layer) method pushLayer (line 869) | void pushLayer( method createChildContext (line 889) | _i3.PaintingContext createChildContext( method pushClipRect (line 914) | _i4.ClipRectLayer? pushClipRect( method pushClipRRect (line 937) | _i4.ClipRRectLayer? pushClipRRect( method pushClipRSuperellipse (line 962) | _i4.ClipRSuperellipseLayer? pushClipRSuperellipse( method pushClipPath (line 987) | _i4.ClipPathLayer? pushClipPath( method pushColorFilter (line 1012) | _i4.ColorFilterLayer pushColorFilter( method pushTransform (line 1043) | _i4.TransformLayer? pushTransform( method pushOpacity (line 1062) | _i4.OpacityLayer pushOpacity( method clipPathAndPaint (line 1093) | void clipPathAndPaint( method clipRRectAndPaint (line 1113) | void clipRRectAndPaint( method clipRSuperellipseAndPaint (line 1133) | void clipRSuperellipseAndPaint( method clipRectAndPaint (line 1153) | void clipRectAndPaint( class MockBuildContext (line 1176) | class MockBuildContext extends _i1.Mock implements _i6.BuildContext { method dependOnInheritedElement (line 1203) | _i6.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1224) | void visitAncestorElements(_i6.ConditionalElementVisitor? visitor) method visitChildElements (line 1234) | void visitChildElements(_i6.ElementVisitor? visitor) method dispatchNotification (line 1243) | void dispatchNotification(_i9.Notification? notification) method describeElement (line 1253) | _i5.DiagnosticsNode describeElement( method describeWidget (line 1274) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1295) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1307) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockCandlestickChartPainter (line 1326) | class MockCandlestickChartPainter extends _i1.Mock method paint (line 1333) | void paint( method drawCandlesticks (line 1351) | void drawCandlesticks( method drawTouchTooltips (line 1369) | void drawTouchTooltips( method drawTouchTooltip (line 1387) | void drawTouchTooltip( method drawAxisSpotIndicator (line 1411) | void drawAxisSpotIndicator( method handleTouch (line 1429) | _i13.CandlestickTouchedSpot? handleTouch( method drawGrid (line 1444) | void drawGrid( method drawBackground (line 1460) | void drawBackground( method drawRangeAnnotation (line 1476) | void drawRangeAnnotation( method drawExtraLines (line 1492) | void drawExtraLines( method drawHorizontalLines (line 1510) | void drawHorizontalLines( method drawVerticalLines (line 1530) | void drawVerticalLines( method getPixelX (line 1550) | double getPixelX( method getPixelY (line 1568) | double getPixelY( method getXForPixel (line 1586) | double getXForPixel( method getYForPixel (line 1604) | double getYForPixel( method getChartCoordinateFromPixel (line 1622) | _i2.Offset getChartCoordinateFromPixel( method getTooltipLeft (line 1650) | double getTooltipLeft( FILE: test/chart/candlestick_chart/candlestick_chart_test.dart function main (line 11) | void main() function createTestWidget (line 12) | Widget createTestWidget({ FILE: test/chart/data_pool.dart class MockData (line 7) | class MockData { method picture1 (line 114) | Picture picture1() method image1 (line 126) | Image image1() function checkToShowLine (line 574) | bool checkToShowLine(double value) function getDrawingLine (line 576) | FlLine getDrawingLine(double value) function getTitles (line 588) | Widget getTitles(double value, TitleMeta meta) function getTextStyles (line 590) | TextStyle getTextStyles(BuildContext context, double value) function checkToShowSpotLine (line 648) | bool checkToShowSpotLine(FlSpot spot) function checkToShowDot (line 716) | bool checkToShowDot(FlSpot spot, LineChartBarData barData) function getDotDrawer (line 718) | FlDotCirclePainter getDotDrawer( function getDotDrawer5 (line 726) | FlDotCirclePainter getDotDrawer5( function getDotDrawer6 (line 734) | FlDotCirclePainter getDotDrawer6( function getDotDrawerTouched (line 742) | FlDotCirclePainter getDotDrawerTouched( function getDotDrawerTouched4 (line 750) | FlDotCirclePainter getDotDrawerTouched4( function getDotDrawerTouched6 (line 758) | FlDotCirclePainter getDotDrawerTouched6( function lineChartGetTooltipItems (line 1213) | List lineChartGetTooltipItems(List list) function lineChartGetGreenColor (line 1217) | Color lineChartGetGreenColor(LineBarSpot touchedSpot) function lineChartGetRedColor (line 1221) | Color lineChartGetRedColor(LineBarSpot touchedSpot) function lineTouchCallback (line 1314) | void lineTouchCallback(FlTouchEvent event, LineTouchResponse? response) function getTouchedSpotIndicator (line 1316) | List getTouchedSpotIndicator( function horizontalLabelResolver (line 1385) | String horizontalLabelResolver(HorizontalLine horizontalLine) function verticalLabelResolver (line 1387) | String verticalLabelResolver(VerticalLine horizontalLine) function gridCheckToShowLine (line 2288) | bool gridCheckToShowLine(double value) function gridGetDrawingLine (line 2290) | FlLine gridGetDrawingLine(double value) function scatterChartGetTooltipItems (line 2292) | ScatterTooltipItem? scatterChartGetTooltipItems(ScatterSpot spots) function scatterChartGetTooltipGreenColor (line 2300) | Color scatterChartGetTooltipGreenColor(ScatterSpot spots) function scatterChartGetTooltipRedColor (line 2304) | Color scatterChartGetTooltipRedColor(ScatterSpot spots) function getLabel (line 2315) | String getLabel(int spotIndex, ScatterSpot spot) function getLabelTextStyle (line 2317) | TextStyle getLabelTextStyle(int spotIndex, ScatterSpot spot) function getTooltipItem (line 2843) | BarTooltipItem getTooltipItem( function getTooltipGreenColor (line 2857) | Color getTooltipGreenColor( function getTooltipBlueColor (line 2863) | Color getTooltipBlueColor( function barTouchCallback (line 3009) | void barTouchCallback(FlTouchEvent event, BarTouchResponse? response) function scatterTouchCallback (line 3011) | void scatterTouchCallback(FlTouchEvent event, ScatterTouchResponse? resp... function radarTouchCallback (line 3217) | void radarTouchCallback(FlTouchEvent event, RadarTouchResponse? response) function candlestickChartGetTooltipRedColor (line 3435) | Color candlestickChartGetTooltipRedColor(CandlestickSpot spots) function candlestickChartGetTooltipGreenColor (line 3437) | Color candlestickChartGetTooltipGreenColor(CandlestickSpot spots) function candlestickChartGetTooltipItems (line 3440) | CandlestickTooltipItem? candlestickChartGetTooltipItems( FILE: test/chart/line_chart/line_chart_data_test.dart function main (line 6) | void main() FILE: test/chart/line_chart/line_chart_helper_test.dart function main (line 7) | void main() FILE: test/chart/line_chart/line_chart_painter_test.dart function main (line 22) | void main() function getDrawingInfo (line 982) | List getDrawingInfo(LineChartData data) function horizontalLabelResolver (line 2635) | String horizontalLabelResolver(HorizontalLine line) function verticalLabelResolver (line 2639) | String verticalLabelResolver(VerticalLine line) FILE: test/chart/line_chart/line_chart_painter_test.mocks.dart class _FakeRect_0 (line 35) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 45) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakeSize_2 (line 55) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeWidget_3 (line 65) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 75) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 79) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 90) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 94) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 105) | String toString({ class _FakeOffset_6 (line 112) | class _FakeOffset_6 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_7 (line 122) | class _FakeBorderSide_7 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 132) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_8 (line 136) | class _FakeTextStyle_8 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 146) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakePath_9 (line 150) | class _FakePath_9 extends _i1.SmartFake implements _i2.Path { class _FakeAlignmentGeometry_10 (line 160) | class _FakeAlignmentGeometry_10 extends _i1.SmartFake class _FakeLinearGradient_11 (line 171) | class _FakeLinearGradient_11 extends _i1.SmartFake class MockCanvas (line 185) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 191) | void save() method saveLayer (line 200) | void saveLayer( method restore (line 216) | void restore() method restoreToCount (line 225) | void restoreToCount(int? count) method getSaveCount (line 234) | int getSaveCount() method translate (line 243) | void translate( method scale (line 259) | void scale( method rotate (line 275) | void rotate(double? radians) method skew (line 284) | void skew( method transform (line 300) | void transform(_i5.Float64List? matrix4) method getTransform (line 309) | _i5.Float64List getTransform() method clipRect (line 318) | void clipRect( method clipRRect (line 336) | void clipRRect( method clipRSuperellipse (line 350) | void clipRSuperellipse( method clipPath (line 364) | void clipPath( method getLocalClipBounds (line 378) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 393) | _i2.Rect getDestinationClipBounds() method drawColor (line 408) | void drawColor( method drawLine (line 424) | void drawLine( method drawPaint (line 442) | void drawPaint(_i2.Paint? paint) method drawRect (line 451) | void drawRect( method drawRRect (line 467) | void drawRRect( method drawDRRect (line 483) | void drawDRRect( method drawRSuperellipse (line 501) | void drawRSuperellipse( method drawOval (line 517) | void drawOval( method drawCircle (line 533) | void drawCircle( method drawArc (line 551) | void drawArc( method drawPath (line 573) | void drawPath( method drawImage (line 589) | void drawImage( method drawImageRect (line 607) | void drawImageRect( method drawImageNine (line 627) | void drawImageNine( method drawPicture (line 647) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 656) | void drawParagraph( method drawPoints (line 672) | void drawPoints( method drawRawPoints (line 690) | void drawRawPoints( method drawVertices (line 708) | void drawVertices( method drawAtlas (line 726) | void drawAtlas( method drawRawAtlas (line 752) | void drawRawAtlas( method drawShadow (line 778) | void drawShadow( class MockCanvasWrapper (line 801) | class MockCanvasWrapper extends _i1.Mock implements _i6.CanvasWrapper { method drawRRect (line 825) | void drawRRect( method save (line 841) | void save() method restore (line 850) | void restore() method clipRect (line 859) | void clipRect( method translate (line 877) | void translate( method rotate (line 893) | void rotate(double? radius) method drawPath (line 902) | void drawPath( method saveLayer (line 918) | void saveLayer( method drawPicture (line 934) | void drawPicture(_i2.Picture? picture) method drawImage (line 943) | void drawImage( method clipPath (line 961) | void clipPath( method drawRect (line 975) | void drawRect( method drawLine (line 991) | void drawLine( method drawCircle (line 1009) | void drawCircle( method drawArc (line 1027) | void drawArc( method drawText (line 1049) | void drawText( method drawVerticalText (line 1067) | void drawVerticalText( method drawDot (line 1085) | void drawDot( method drawErrorIndicator (line 1103) | void drawErrorIndicator( method drawRotated (line 1125) | void drawRotated({ method drawDashedLine (line 1148) | void drawDashedLine( class MockBuildContext (line 1171) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 1198) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1219) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 1229) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 1238) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 1248) | _i3.DiagnosticsNode describeElement( method describeWidget (line 1269) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1290) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1302) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockUtils (line 1321) | class MockUtils extends _i1.Mock implements _i8.Utils { method radians (line 1327) | double radians(double? degrees) method degrees (line 1336) | double degrees(double? radians) method translateRotatedPosition (line 1345) | double translateRotatedPosition( method calculateRotationOffset (line 1361) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 1386) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 1399) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 1424) | double getEfficientInterval( method roundInterval (line 1442) | double roundInterval(double? input) method getFractionDigits (line 1451) | int getFractionDigits(double? value) method formatNumber (line 1460) | String formatNumber( method getThemeAwareTextStyle (line 1488) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1513) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1533) | double convertRadiusToSigma(double? radius) class MockLineChartPainter (line 1545) | class MockLineChartPainter extends _i1.Mock implements _i10.LineChartPai... method paint (line 1551) | void paint( method clipToBorder (line 1569) | void clipToBorder( method drawBarLine (line 1585) | void drawBarLine( method drawBetweenBarsArea (line 1603) | void drawBetweenBarsArea( method drawDots (line 1623) | void drawDots( method drawErrorIndicatorData (line 1641) | void drawErrorIndicatorData( method drawTouchedSpotsIndicator (line 1659) | void drawTouchedSpotsIndicator( method generateBarPath (line 1677) | _i2.Path generateBarPath( method generateNormalBarPath (line 1711) | _i2.Path generateNormalBarPath( method generateStepBarPath (line 1745) | _i2.Path generateStepBarPath( method generateBelowBarPath (line 1779) | _i2.Path generateBelowBarPath( method generateAboveBarPath (line 1816) | _i2.Path generateAboveBarPath( method drawBelowBar (line 1853) | void drawBelowBar( method drawAboveBar (line 1875) | void drawAboveBar( method drawBetweenBar (line 1897) | void drawBetweenBar( method drawBarShadow (line 1919) | void drawBarShadow( method drawBar (line 1937) | void drawBar( method drawTouchTooltip (line 1957) | void drawTouchTooltip( method getBarLineXLength (line 1981) | double getBarLineXLength( method handleTouch (line 1999) | List<_i7.TouchLineBarSpot>? handleTouch( method getNearestTouchedSpot (line 2014) | _i7.TouchLineBarSpot? getNearestTouchedSpot( method drawGrid (line 2033) | void drawGrid( method drawBackground (line 2049) | void drawBackground( method drawRangeAnnotation (line 2065) | void drawRangeAnnotation( method drawExtraLines (line 2081) | void drawExtraLines( method drawHorizontalLines (line 2099) | void drawHorizontalLines( method drawVerticalLines (line 2119) | void drawVerticalLines( method getPixelX (line 2139) | double getPixelX( method getPixelY (line 2157) | double getPixelY( method getXForPixel (line 2175) | double getXForPixel( method getYForPixel (line 2193) | double getYForPixel( method getChartCoordinateFromPixel (line 2211) | _i2.Offset getChartCoordinateFromPixel( method getTooltipLeft (line 2239) | double getTooltipLeft( class MockLinearGradient (line 2262) | class MockLinearGradient extends _i1.Mock implements _i3.LinearGradient { method createShader (line 2304) | _i2.Shader createShader( method scale (line 2333) | _i3.LinearGradient scale(double? factor) method lerpFrom (line 2355) | _i3.Gradient? lerpFrom( method lerpTo (line 2371) | _i3.Gradient? lerpTo( method withOpacity (line 2387) | _i3.LinearGradient withOpacity(double? opacity) FILE: test/chart/line_chart/line_chart_renderer_test.dart function main (line 15) | void main() FILE: test/chart/line_chart/line_chart_renderer_test.mocks.dart class _FakeRect_0 (line 37) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 47) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakePaintingContext_2 (line 57) | class _FakePaintingContext_2 extends _i1.SmartFake class _FakeColorFilterLayer_3 (line 68) | class _FakeColorFilterLayer_3 extends _i1.SmartFake method toString (line 79) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeOpacityLayer_4 (line 83) | class _FakeOpacityLayer_4 extends _i1.SmartFake implements _i4.OpacityLa... method toString (line 93) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeWidget_5 (line 97) | class _FakeWidget_5 extends _i1.SmartFake implements _i6.Widget { method toString (line 107) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_6 (line 111) | class _FakeInheritedWidget_6 extends _i1.SmartFake method toString (line 122) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_7 (line 126) | class _FakeDiagnosticsNode_7 extends _i1.SmartFake method toString (line 137) | String toString({ class _FakePath_8 (line 144) | class _FakePath_8 extends _i1.SmartFake implements _i2.Path { class _FakeOffset_9 (line 154) | class _FakeOffset_9 extends _i1.SmartFake implements _i2.Offset { class MockCanvas (line 167) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 173) | void save() method saveLayer (line 182) | void saveLayer( method restore (line 198) | void restore() method restoreToCount (line 207) | void restoreToCount(int? count) method getSaveCount (line 216) | int getSaveCount() method translate (line 225) | void translate( method scale (line 241) | void scale( method rotate (line 257) | void rotate(double? radians) method skew (line 266) | void skew( method transform (line 282) | void transform(_i7.Float64List? matrix4) method getTransform (line 291) | _i7.Float64List getTransform() method clipRect (line 300) | void clipRect( method clipRRect (line 318) | void clipRRect( method clipRSuperellipse (line 332) | void clipRSuperellipse( method clipPath (line 346) | void clipPath( method getLocalClipBounds (line 360) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 375) | _i2.Rect getDestinationClipBounds() method drawColor (line 390) | void drawColor( method drawLine (line 406) | void drawLine( method drawPaint (line 424) | void drawPaint(_i2.Paint? paint) method drawRect (line 433) | void drawRect( method drawRRect (line 449) | void drawRRect( method drawDRRect (line 465) | void drawDRRect( method drawRSuperellipse (line 483) | void drawRSuperellipse( method drawOval (line 499) | void drawOval( method drawCircle (line 515) | void drawCircle( method drawArc (line 533) | void drawArc( method drawPath (line 555) | void drawPath( method drawImage (line 571) | void drawImage( method drawImageRect (line 589) | void drawImageRect( method drawImageNine (line 609) | void drawImageNine( method drawPicture (line 629) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 638) | void drawParagraph( method drawPoints (line 654) | void drawPoints( method drawRawPoints (line 672) | void drawRawPoints( method drawVertices (line 690) | void drawVertices( method drawAtlas (line 708) | void drawAtlas( method drawRawAtlas (line 734) | void drawRawAtlas( method drawShadow (line 760) | void drawShadow( class MockPaintingContext (line 783) | class MockPaintingContext extends _i1.Mock implements _i3.PaintingContext { method paintChild (line 807) | void paintChild( method appendLayer (line 823) | void appendLayer(_i4.Layer? layer) method addCompositionCallback (line 832) | _i2.VoidCallback addCompositionCallback(_i4.CompositionCallback? callb... method stopRecordingIfNeeded (line 842) | void stopRecordingIfNeeded() method setIsComplexHint (line 851) | void setIsComplexHint() method setWillChangeHint (line 860) | void setWillChangeHint() method addLayer (line 869) | void addLayer(_i4.Layer? layer) method pushLayer (line 878) | void pushLayer( method createChildContext (line 898) | _i3.PaintingContext createChildContext( method pushClipRect (line 923) | _i4.ClipRectLayer? pushClipRect( method pushClipRRect (line 946) | _i4.ClipRRectLayer? pushClipRRect( method pushClipRSuperellipse (line 971) | _i4.ClipRSuperellipseLayer? pushClipRSuperellipse( method pushClipPath (line 996) | _i4.ClipPathLayer? pushClipPath( method pushColorFilter (line 1021) | _i4.ColorFilterLayer pushColorFilter( method pushTransform (line 1052) | _i4.TransformLayer? pushTransform( method pushOpacity (line 1071) | _i4.OpacityLayer pushOpacity( method clipPathAndPaint (line 1102) | void clipPathAndPaint( method clipRRectAndPaint (line 1122) | void clipRRectAndPaint( method clipRSuperellipseAndPaint (line 1142) | void clipRSuperellipseAndPaint( method clipRectAndPaint (line 1162) | void clipRectAndPaint( class MockBuildContext (line 1185) | class MockBuildContext extends _i1.Mock implements _i6.BuildContext { method dependOnInheritedElement (line 1212) | _i6.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1233) | void visitAncestorElements(_i6.ConditionalElementVisitor? visitor) method visitChildElements (line 1243) | void visitChildElements(_i6.ElementVisitor? visitor) method dispatchNotification (line 1252) | void dispatchNotification(_i9.Notification? notification) method describeElement (line 1262) | _i5.DiagnosticsNode describeElement( method describeWidget (line 1283) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1304) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1316) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockLineChartPainter (line 1335) | class MockLineChartPainter extends _i1.Mock implements _i10.LineChartPai... method paint (line 1341) | void paint( method clipToBorder (line 1359) | void clipToBorder( method drawBarLine (line 1375) | void drawBarLine( method drawBetweenBarsArea (line 1393) | void drawBetweenBarsArea( method drawDots (line 1413) | void drawDots( method drawErrorIndicatorData (line 1431) | void drawErrorIndicatorData( method drawTouchedSpotsIndicator (line 1449) | void drawTouchedSpotsIndicator( method generateBarPath (line 1467) | _i2.Path generateBarPath( method generateNormalBarPath (line 1501) | _i2.Path generateNormalBarPath( method generateStepBarPath (line 1535) | _i2.Path generateStepBarPath( method generateBelowBarPath (line 1569) | _i2.Path generateBelowBarPath( method generateAboveBarPath (line 1606) | _i2.Path generateAboveBarPath( method drawBelowBar (line 1643) | void drawBelowBar( method drawAboveBar (line 1665) | void drawAboveBar( method drawBetweenBar (line 1687) | void drawBetweenBar( method drawBarShadow (line 1709) | void drawBarShadow( method drawBar (line 1727) | void drawBar( method drawTouchTooltip (line 1747) | void drawTouchTooltip( method getBarLineXLength (line 1771) | double getBarLineXLength( method handleTouch (line 1789) | List<_i13.TouchLineBarSpot>? handleTouch( method getNearestTouchedSpot (line 1804) | _i13.TouchLineBarSpot? getNearestTouchedSpot( method drawGrid (line 1823) | void drawGrid( method drawBackground (line 1839) | void drawBackground( method drawRangeAnnotation (line 1855) | void drawRangeAnnotation( method drawExtraLines (line 1871) | void drawExtraLines( method drawHorizontalLines (line 1889) | void drawHorizontalLines( method drawVerticalLines (line 1909) | void drawVerticalLines( method getPixelX (line 1929) | double getPixelX( method getPixelY (line 1947) | double getPixelY( method getXForPixel (line 1965) | double getXForPixel( method getYForPixel (line 1983) | double getYForPixel( method getChartCoordinateFromPixel (line 2001) | _i2.Offset getChartCoordinateFromPixel( method getTooltipLeft (line 2029) | double getTooltipLeft( FILE: test/chart/line_chart/line_chart_test.dart function main (line 11) | void main() function createTestWidget (line 12) | Widget createTestWidget({ FILE: test/chart/pie_chart/pie_chart_data_test.dart function main (line 7) | void main() FILE: test/chart/pie_chart/pie_chart_helper_test.dart function main (line 6) | void main() FILE: test/chart/pie_chart/pie_chart_painter_test.dart function main (line 20) | void main() FILE: test/chart/pie_chart/pie_chart_painter_test.mocks.dart class _FakeRect_0 (line 32) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 42) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakeSize_2 (line 52) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeWidget_3 (line 62) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 72) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 76) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 87) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 91) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 102) | String toString({ class _FakeOffset_6 (line 109) | class _FakeOffset_6 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_7 (line 119) | class _FakeBorderSide_7 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 129) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_8 (line 133) | class _FakeTextStyle_8 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 143) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class MockCanvas (line 150) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 156) | void save() method saveLayer (line 165) | void saveLayer( method restore (line 181) | void restore() method restoreToCount (line 190) | void restoreToCount(int? count) method getSaveCount (line 199) | int getSaveCount() method translate (line 208) | void translate( method scale (line 224) | void scale( method rotate (line 240) | void rotate(double? radians) method skew (line 249) | void skew( method transform (line 265) | void transform(_i5.Float64List? matrix4) method getTransform (line 274) | _i5.Float64List getTransform() method clipRect (line 283) | void clipRect( method clipRRect (line 301) | void clipRRect( method clipRSuperellipse (line 315) | void clipRSuperellipse( method clipPath (line 329) | void clipPath( method getLocalClipBounds (line 343) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 358) | _i2.Rect getDestinationClipBounds() method drawColor (line 373) | void drawColor( method drawLine (line 389) | void drawLine( method drawPaint (line 407) | void drawPaint(_i2.Paint? paint) method drawRect (line 416) | void drawRect( method drawRRect (line 432) | void drawRRect( method drawDRRect (line 448) | void drawDRRect( method drawRSuperellipse (line 466) | void drawRSuperellipse( method drawOval (line 482) | void drawOval( method drawCircle (line 498) | void drawCircle( method drawArc (line 516) | void drawArc( method drawPath (line 538) | void drawPath( method drawImage (line 554) | void drawImage( method drawImageRect (line 572) | void drawImageRect( method drawImageNine (line 592) | void drawImageNine( method drawPicture (line 612) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 621) | void drawParagraph( method drawPoints (line 637) | void drawPoints( method drawRawPoints (line 655) | void drawRawPoints( method drawVertices (line 673) | void drawVertices( method drawAtlas (line 691) | void drawAtlas( method drawRawAtlas (line 717) | void drawRawAtlas( method drawShadow (line 743) | void drawShadow( class MockCanvasWrapper (line 766) | class MockCanvasWrapper extends _i1.Mock implements _i6.CanvasWrapper { method drawRRect (line 790) | void drawRRect( method save (line 806) | void save() method restore (line 815) | void restore() method clipRect (line 824) | void clipRect( method translate (line 842) | void translate( method rotate (line 858) | void rotate(double? radius) method drawPath (line 867) | void drawPath( method saveLayer (line 883) | void saveLayer( method drawPicture (line 899) | void drawPicture(_i2.Picture? picture) method drawImage (line 908) | void drawImage( method clipPath (line 926) | void clipPath( method drawRect (line 940) | void drawRect( method drawLine (line 956) | void drawLine( method drawCircle (line 974) | void drawCircle( method drawArc (line 992) | void drawArc( method drawText (line 1014) | void drawText( method drawVerticalText (line 1032) | void drawVerticalText( method drawDot (line 1050) | void drawDot( method drawErrorIndicator (line 1068) | void drawErrorIndicator( method drawRotated (line 1090) | void drawRotated({ method drawDashedLine (line 1113) | void drawDashedLine( class MockBuildContext (line 1136) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 1163) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1184) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 1194) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 1203) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 1213) | _i3.DiagnosticsNode describeElement( method describeWidget (line 1234) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1255) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1267) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockUtils (line 1286) | class MockUtils extends _i1.Mock implements _i8.Utils { method radians (line 1292) | double radians(double? degrees) method degrees (line 1301) | double degrees(double? radians) method translateRotatedPosition (line 1310) | double translateRotatedPosition( method calculateRotationOffset (line 1326) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 1351) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 1364) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 1389) | double getEfficientInterval( method roundInterval (line 1407) | double roundInterval(double? input) method getFractionDigits (line 1416) | int getFractionDigits(double? value) method formatNumber (line 1425) | String formatNumber( method getThemeAwareTextStyle (line 1453) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1478) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1498) | double convertRadiusToSigma(double? radius) FILE: test/chart/pie_chart/pie_chart_renderer_test.dart function main (line 15) | void main() FILE: test/chart/pie_chart/pie_chart_renderer_test.mocks.dart class _FakeRect_0 (line 38) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 48) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakePaintingContext_2 (line 58) | class _FakePaintingContext_2 extends _i1.SmartFake class _FakeColorFilterLayer_3 (line 69) | class _FakeColorFilterLayer_3 extends _i1.SmartFake method toString (line 80) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeOpacityLayer_4 (line 84) | class _FakeOpacityLayer_4 extends _i1.SmartFake implements _i4.OpacityLa... method toString (line 94) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeWidget_5 (line 98) | class _FakeWidget_5 extends _i1.SmartFake implements _i6.Widget { method toString (line 108) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_6 (line 112) | class _FakeInheritedWidget_6 extends _i1.SmartFake method toString (line 123) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_7 (line 127) | class _FakeDiagnosticsNode_7 extends _i1.SmartFake method toString (line 138) | String toString({ class _FakePath_8 (line 145) | class _FakePath_8 extends _i1.SmartFake implements _i2.Path { class _FakePieTouchedSection_9 (line 155) | class _FakePieTouchedSection_9 extends _i1.SmartFake class MockCanvas (line 169) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 175) | void save() method saveLayer (line 184) | void saveLayer( method restore (line 200) | void restore() method restoreToCount (line 209) | void restoreToCount(int? count) method getSaveCount (line 218) | int getSaveCount() method translate (line 227) | void translate( method scale (line 243) | void scale( method rotate (line 259) | void rotate(double? radians) method skew (line 268) | void skew( method transform (line 284) | void transform(_i8.Float64List? matrix4) method getTransform (line 293) | _i8.Float64List getTransform() method clipRect (line 302) | void clipRect( method clipRRect (line 320) | void clipRRect( method clipRSuperellipse (line 334) | void clipRSuperellipse( method clipPath (line 348) | void clipPath( method getLocalClipBounds (line 362) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 377) | _i2.Rect getDestinationClipBounds() method drawColor (line 392) | void drawColor( method drawLine (line 408) | void drawLine( method drawPaint (line 426) | void drawPaint(_i2.Paint? paint) method drawRect (line 435) | void drawRect( method drawRRect (line 451) | void drawRRect( method drawDRRect (line 467) | void drawDRRect( method drawRSuperellipse (line 485) | void drawRSuperellipse( method drawOval (line 501) | void drawOval( method drawCircle (line 517) | void drawCircle( method drawArc (line 535) | void drawArc( method drawPath (line 557) | void drawPath( method drawImage (line 573) | void drawImage( method drawImageRect (line 591) | void drawImageRect( method drawImageNine (line 611) | void drawImageNine( method drawPicture (line 631) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 640) | void drawParagraph( method drawPoints (line 656) | void drawPoints( method drawRawPoints (line 674) | void drawRawPoints( method drawVertices (line 692) | void drawVertices( method drawAtlas (line 710) | void drawAtlas( method drawRawAtlas (line 736) | void drawRawAtlas( method drawShadow (line 762) | void drawShadow( class MockPaintingContext (line 785) | class MockPaintingContext extends _i1.Mock implements _i3.PaintingContext { method paintChild (line 809) | void paintChild( method appendLayer (line 825) | void appendLayer(_i4.Layer? layer) method addCompositionCallback (line 834) | _i2.VoidCallback addCompositionCallback(_i4.CompositionCallback? callb... method stopRecordingIfNeeded (line 844) | void stopRecordingIfNeeded() method setIsComplexHint (line 853) | void setIsComplexHint() method setWillChangeHint (line 862) | void setWillChangeHint() method addLayer (line 871) | void addLayer(_i4.Layer? layer) method pushLayer (line 880) | void pushLayer( method createChildContext (line 900) | _i3.PaintingContext createChildContext( method pushClipRect (line 925) | _i4.ClipRectLayer? pushClipRect( method pushClipRRect (line 948) | _i4.ClipRRectLayer? pushClipRRect( method pushClipRSuperellipse (line 973) | _i4.ClipRSuperellipseLayer? pushClipRSuperellipse( method pushClipPath (line 998) | _i4.ClipPathLayer? pushClipPath( method pushColorFilter (line 1023) | _i4.ColorFilterLayer pushColorFilter( method pushTransform (line 1054) | _i4.TransformLayer? pushTransform( method pushOpacity (line 1073) | _i4.OpacityLayer pushOpacity( method clipPathAndPaint (line 1104) | void clipPathAndPaint( method clipRRectAndPaint (line 1124) | void clipRRectAndPaint( method clipRSuperellipseAndPaint (line 1144) | void clipRSuperellipseAndPaint( method clipRectAndPaint (line 1164) | void clipRectAndPaint( class MockBuildContext (line 1187) | class MockBuildContext extends _i1.Mock implements _i6.BuildContext { method dependOnInheritedElement (line 1214) | _i6.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1235) | void visitAncestorElements(_i6.ConditionalElementVisitor? visitor) method visitChildElements (line 1245) | void visitChildElements(_i6.ElementVisitor? visitor) method dispatchNotification (line 1254) | void dispatchNotification(_i10.Notification? notification) method describeElement (line 1264) | _i5.DiagnosticsNode describeElement( method describeWidget (line 1285) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1306) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1318) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockPieChartPainter (line 1337) | class MockPieChartPainter extends _i1.Mock implements _i11.PieChartPaint... method paint (line 1343) | void paint( method calculateSectionsAngle (line 1361) | List calculateSectionsAngle( method drawCenterSpace (line 1377) | void drawCenterSpace( method drawSections (line 1395) | void drawSections( method generateSectionPath (line 1415) | _i2.Path generateSectionPath( method createRectPathAroundLine (line 1452) | _i2.Path createRectPathAroundLine( method drawSection (line 1477) | void drawSection( method drawSectionStroke (line 1495) | void drawSectionStroke( method drawTexts (line 1515) | void drawTexts( method calculateCenterRadius (line 1535) | double calculateCenterRadius( method handleTouch (line 1551) | _i7.PieTouchedSection handleTouch( method getBadgeOffsets (line 1579) | Map getBadgeOffsets( FILE: test/chart/radar_chart/radar_chart_data_test.dart function main (line 7) | void main() FILE: test/chart/radar_chart/radar_chart_painter_test.dart function main (line 15) | void main() FILE: test/chart/radar_chart/radar_chart_painter_test.mocks.dart class _FakeRect_0 (line 32) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 42) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakeSize_2 (line 52) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeWidget_3 (line 62) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 72) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 76) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 87) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 91) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 102) | String toString({ class _FakeOffset_6 (line 109) | class _FakeOffset_6 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_7 (line 119) | class _FakeBorderSide_7 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 129) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_8 (line 133) | class _FakeTextStyle_8 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 143) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class MockCanvas (line 150) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 156) | void save() method saveLayer (line 165) | void saveLayer( method restore (line 181) | void restore() method restoreToCount (line 190) | void restoreToCount(int? count) method getSaveCount (line 199) | int getSaveCount() method translate (line 208) | void translate( method scale (line 224) | void scale( method rotate (line 240) | void rotate(double? radians) method skew (line 249) | void skew( method transform (line 265) | void transform(_i5.Float64List? matrix4) method getTransform (line 274) | _i5.Float64List getTransform() method clipRect (line 283) | void clipRect( method clipRRect (line 301) | void clipRRect( method clipRSuperellipse (line 315) | void clipRSuperellipse( method clipPath (line 329) | void clipPath( method getLocalClipBounds (line 343) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 358) | _i2.Rect getDestinationClipBounds() method drawColor (line 373) | void drawColor( method drawLine (line 389) | void drawLine( method drawPaint (line 407) | void drawPaint(_i2.Paint? paint) method drawRect (line 416) | void drawRect( method drawRRect (line 432) | void drawRRect( method drawDRRect (line 448) | void drawDRRect( method drawRSuperellipse (line 466) | void drawRSuperellipse( method drawOval (line 482) | void drawOval( method drawCircle (line 498) | void drawCircle( method drawArc (line 516) | void drawArc( method drawPath (line 538) | void drawPath( method drawImage (line 554) | void drawImage( method drawImageRect (line 572) | void drawImageRect( method drawImageNine (line 592) | void drawImageNine( method drawPicture (line 612) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 621) | void drawParagraph( method drawPoints (line 637) | void drawPoints( method drawRawPoints (line 655) | void drawRawPoints( method drawVertices (line 673) | void drawVertices( method drawAtlas (line 691) | void drawAtlas( method drawRawAtlas (line 717) | void drawRawAtlas( method drawShadow (line 743) | void drawShadow( class MockCanvasWrapper (line 766) | class MockCanvasWrapper extends _i1.Mock implements _i6.CanvasWrapper { method drawRRect (line 790) | void drawRRect( method save (line 806) | void save() method restore (line 815) | void restore() method clipRect (line 824) | void clipRect( method translate (line 842) | void translate( method rotate (line 858) | void rotate(double? radius) method drawPath (line 867) | void drawPath( method saveLayer (line 883) | void saveLayer( method drawPicture (line 899) | void drawPicture(_i2.Picture? picture) method drawImage (line 908) | void drawImage( method clipPath (line 926) | void clipPath( method drawRect (line 940) | void drawRect( method drawLine (line 956) | void drawLine( method drawCircle (line 974) | void drawCircle( method drawArc (line 992) | void drawArc( method drawText (line 1014) | void drawText( method drawVerticalText (line 1032) | void drawVerticalText( method drawDot (line 1050) | void drawDot( method drawErrorIndicator (line 1068) | void drawErrorIndicator( method drawRotated (line 1090) | void drawRotated({ method drawDashedLine (line 1113) | void drawDashedLine( class MockBuildContext (line 1136) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 1163) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1184) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 1194) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 1203) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 1213) | _i3.DiagnosticsNode describeElement( method describeWidget (line 1234) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1255) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1267) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockUtils (line 1286) | class MockUtils extends _i1.Mock implements _i8.Utils { method radians (line 1292) | double radians(double? degrees) method degrees (line 1301) | double degrees(double? radians) method translateRotatedPosition (line 1310) | double translateRotatedPosition( method calculateRotationOffset (line 1326) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 1351) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 1364) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 1389) | double getEfficientInterval( method roundInterval (line 1407) | double roundInterval(double? input) method getFractionDigits (line 1416) | int getFractionDigits(double? value) method formatNumber (line 1425) | String formatNumber( method getThemeAwareTextStyle (line 1453) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1478) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1498) | double convertRadiusToSigma(double? radius) FILE: test/chart/radar_chart/radar_chart_renderer_test.dart function main (line 15) | void main() FILE: test/chart/radar_chart/radar_chart_renderer_test.mocks.dart class _FakeRect_0 (line 38) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 48) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakePaintingContext_2 (line 58) | class _FakePaintingContext_2 extends _i1.SmartFake class _FakeColorFilterLayer_3 (line 69) | class _FakeColorFilterLayer_3 extends _i1.SmartFake method toString (line 80) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeOpacityLayer_4 (line 84) | class _FakeOpacityLayer_4 extends _i1.SmartFake implements _i4.OpacityLa... method toString (line 94) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeWidget_5 (line 98) | class _FakeWidget_5 extends _i1.SmartFake implements _i6.Widget { method toString (line 108) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_6 (line 112) | class _FakeInheritedWidget_6 extends _i1.SmartFake method toString (line 123) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_7 (line 127) | class _FakeDiagnosticsNode_7 extends _i1.SmartFake method toString (line 138) | String toString({ class MockCanvas (line 148) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 154) | void save() method saveLayer (line 163) | void saveLayer( method restore (line 179) | void restore() method restoreToCount (line 188) | void restoreToCount(int? count) method getSaveCount (line 197) | int getSaveCount() method translate (line 206) | void translate( method scale (line 222) | void scale( method rotate (line 238) | void rotate(double? radians) method skew (line 247) | void skew( method transform (line 263) | void transform(_i7.Float64List? matrix4) method getTransform (line 272) | _i7.Float64List getTransform() method clipRect (line 281) | void clipRect( method clipRRect (line 299) | void clipRRect( method clipRSuperellipse (line 313) | void clipRSuperellipse( method clipPath (line 327) | void clipPath( method getLocalClipBounds (line 341) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 356) | _i2.Rect getDestinationClipBounds() method drawColor (line 371) | void drawColor( method drawLine (line 387) | void drawLine( method drawPaint (line 405) | void drawPaint(_i2.Paint? paint) method drawRect (line 414) | void drawRect( method drawRRect (line 430) | void drawRRect( method drawDRRect (line 446) | void drawDRRect( method drawRSuperellipse (line 464) | void drawRSuperellipse( method drawOval (line 480) | void drawOval( method drawCircle (line 496) | void drawCircle( method drawArc (line 514) | void drawArc( method drawPath (line 536) | void drawPath( method drawImage (line 552) | void drawImage( method drawImageRect (line 570) | void drawImageRect( method drawImageNine (line 590) | void drawImageNine( method drawPicture (line 610) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 619) | void drawParagraph( method drawPoints (line 635) | void drawPoints( method drawRawPoints (line 653) | void drawRawPoints( method drawVertices (line 671) | void drawVertices( method drawAtlas (line 689) | void drawAtlas( method drawRawAtlas (line 715) | void drawRawAtlas( method drawShadow (line 741) | void drawShadow( class MockPaintingContext (line 764) | class MockPaintingContext extends _i1.Mock implements _i3.PaintingContext { method paintChild (line 788) | void paintChild( method appendLayer (line 804) | void appendLayer(_i4.Layer? layer) method addCompositionCallback (line 813) | _i2.VoidCallback addCompositionCallback(_i4.CompositionCallback? callb... method stopRecordingIfNeeded (line 823) | void stopRecordingIfNeeded() method setIsComplexHint (line 832) | void setIsComplexHint() method setWillChangeHint (line 841) | void setWillChangeHint() method addLayer (line 850) | void addLayer(_i4.Layer? layer) method pushLayer (line 859) | void pushLayer( method createChildContext (line 879) | _i3.PaintingContext createChildContext( method pushClipRect (line 904) | _i4.ClipRectLayer? pushClipRect( method pushClipRRect (line 927) | _i4.ClipRRectLayer? pushClipRRect( method pushClipRSuperellipse (line 952) | _i4.ClipRSuperellipseLayer? pushClipRSuperellipse( method pushClipPath (line 977) | _i4.ClipPathLayer? pushClipPath( method pushColorFilter (line 1002) | _i4.ColorFilterLayer pushColorFilter( method pushTransform (line 1033) | _i4.TransformLayer? pushTransform( method pushOpacity (line 1052) | _i4.OpacityLayer pushOpacity( method clipPathAndPaint (line 1083) | void clipPathAndPaint( method clipRRectAndPaint (line 1103) | void clipRRectAndPaint( method clipRSuperellipseAndPaint (line 1123) | void clipRSuperellipseAndPaint( method clipRectAndPaint (line 1143) | void clipRectAndPaint( class MockBuildContext (line 1166) | class MockBuildContext extends _i1.Mock implements _i6.BuildContext { method dependOnInheritedElement (line 1193) | _i6.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1214) | void visitAncestorElements(_i6.ConditionalElementVisitor? visitor) method visitChildElements (line 1224) | void visitChildElements(_i6.ElementVisitor? visitor) method dispatchNotification (line 1233) | void dispatchNotification(_i9.Notification? notification) method describeElement (line 1243) | _i5.DiagnosticsNode describeElement( method describeWidget (line 1264) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1285) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1297) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockRadarChartPainter (line 1316) | class MockRadarChartPainter extends _i1.Mock implements _i10.RadarChartP... method paint (line 1332) | void paint( method getDefaultChartCenterValue (line 1350) | double getDefaultChartCenterValue() method getChartCenterValue (line 1359) | double getChartCenterValue(_i13.RadarChartData? data) method getScaledPoint (line 1368) | double getScaledPoint( method getFirstTickValue (line 1386) | double getFirstTickValue(_i13.RadarChartData? data) method getSpaceBetweenTicks (line 1395) | double getSpaceBetweenTicks(_i13.RadarChartData? data) method drawTicks (line 1404) | void drawTicks( method drawGrids (line 1422) | void drawGrids( method drawTitles (line 1438) | void drawTitles( method drawDataSets (line 1456) | void drawDataSets( method handleTouch (line 1472) | _i13.RadarTouchedSpot? handleTouch( method radarCenterY (line 1487) | double radarCenterY(_i2.Size? size) method radarCenterX (line 1496) | double radarCenterX(_i2.Size? size) method radarRadius (line 1505) | double radarRadius(_i2.Size? size) method calculateDataSetsPosition (line 1514) | List<_i10.RadarDataSetsPosition> calculateDataSetsPosition( FILE: test/chart/scatter_chart/scatter_chart_data_test.dart function main (line 7) | void main() FILE: test/chart/scatter_chart/scatter_chart_helper_test.dart function main (line 7) | void main() FILE: test/chart/scatter_chart/scatter_chart_painter_test.dart function main (line 17) | void main() FILE: test/chart/scatter_chart/scatter_chart_painter_test.mocks.dart class _FakeRect_0 (line 32) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 42) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakeSize_2 (line 52) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeWidget_3 (line 62) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 72) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 76) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 87) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 91) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 102) | String toString({ class _FakeOffset_6 (line 109) | class _FakeOffset_6 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_7 (line 119) | class _FakeBorderSide_7 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 129) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_8 (line 133) | class _FakeTextStyle_8 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 143) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class MockCanvas (line 150) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 156) | void save() method saveLayer (line 165) | void saveLayer( method restore (line 181) | void restore() method restoreToCount (line 190) | void restoreToCount(int? count) method getSaveCount (line 199) | int getSaveCount() method translate (line 208) | void translate( method scale (line 224) | void scale( method rotate (line 240) | void rotate(double? radians) method skew (line 249) | void skew( method transform (line 265) | void transform(_i5.Float64List? matrix4) method getTransform (line 274) | _i5.Float64List getTransform() method clipRect (line 283) | void clipRect( method clipRRect (line 301) | void clipRRect( method clipRSuperellipse (line 315) | void clipRSuperellipse( method clipPath (line 329) | void clipPath( method getLocalClipBounds (line 343) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 358) | _i2.Rect getDestinationClipBounds() method drawColor (line 373) | void drawColor( method drawLine (line 389) | void drawLine( method drawPaint (line 407) | void drawPaint(_i2.Paint? paint) method drawRect (line 416) | void drawRect( method drawRRect (line 432) | void drawRRect( method drawDRRect (line 448) | void drawDRRect( method drawRSuperellipse (line 466) | void drawRSuperellipse( method drawOval (line 482) | void drawOval( method drawCircle (line 498) | void drawCircle( method drawArc (line 516) | void drawArc( method drawPath (line 538) | void drawPath( method drawImage (line 554) | void drawImage( method drawImageRect (line 572) | void drawImageRect( method drawImageNine (line 592) | void drawImageNine( method drawPicture (line 612) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 621) | void drawParagraph( method drawPoints (line 637) | void drawPoints( method drawRawPoints (line 655) | void drawRawPoints( method drawVertices (line 673) | void drawVertices( method drawAtlas (line 691) | void drawAtlas( method drawRawAtlas (line 717) | void drawRawAtlas( method drawShadow (line 743) | void drawShadow( class MockCanvasWrapper (line 766) | class MockCanvasWrapper extends _i1.Mock implements _i6.CanvasWrapper { method drawRRect (line 790) | void drawRRect( method save (line 806) | void save() method restore (line 815) | void restore() method clipRect (line 824) | void clipRect( method translate (line 842) | void translate( method rotate (line 858) | void rotate(double? radius) method drawPath (line 867) | void drawPath( method saveLayer (line 883) | void saveLayer( method drawPicture (line 899) | void drawPicture(_i2.Picture? picture) method drawImage (line 908) | void drawImage( method clipPath (line 926) | void clipPath( method drawRect (line 940) | void drawRect( method drawLine (line 956) | void drawLine( method drawCircle (line 974) | void drawCircle( method drawArc (line 992) | void drawArc( method drawText (line 1014) | void drawText( method drawVerticalText (line 1032) | void drawVerticalText( method drawDot (line 1050) | void drawDot( method drawErrorIndicator (line 1068) | void drawErrorIndicator( method drawRotated (line 1090) | void drawRotated({ method drawDashedLine (line 1113) | void drawDashedLine( class MockBuildContext (line 1136) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 1163) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1184) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 1194) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 1203) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 1213) | _i3.DiagnosticsNode describeElement( method describeWidget (line 1234) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1255) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1267) | _i3.DiagnosticsNode describeOwnershipChain(String? name) class MockUtils (line 1286) | class MockUtils extends _i1.Mock implements _i8.Utils { method radians (line 1292) | double radians(double? degrees) method degrees (line 1301) | double degrees(double? radians) method translateRotatedPosition (line 1310) | double translateRotatedPosition( method calculateRotationOffset (line 1326) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 1351) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 1364) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 1389) | double getEfficientInterval( method roundInterval (line 1407) | double roundInterval(double? input) method getFractionDigits (line 1416) | int getFractionDigits(double? value) method formatNumber (line 1425) | String formatNumber( method getThemeAwareTextStyle (line 1453) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1478) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1498) | double convertRadiusToSigma(double? radius) FILE: test/chart/scatter_chart/scatter_chart_renderer_test.dart function main (line 15) | void main() FILE: test/chart/scatter_chart/scatter_chart_renderer_test.mocks.dart class _FakeRect_0 (line 38) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeCanvas_1 (line 48) | class _FakeCanvas_1 extends _i1.SmartFake implements _i2.Canvas { class _FakePaintingContext_2 (line 58) | class _FakePaintingContext_2 extends _i1.SmartFake class _FakeColorFilterLayer_3 (line 69) | class _FakeColorFilterLayer_3 extends _i1.SmartFake method toString (line 80) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeOpacityLayer_4 (line 84) | class _FakeOpacityLayer_4 extends _i1.SmartFake implements _i4.OpacityLa... method toString (line 94) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeWidget_5 (line 98) | class _FakeWidget_5 extends _i1.SmartFake implements _i6.Widget { method toString (line 108) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_6 (line 112) | class _FakeInheritedWidget_6 extends _i1.SmartFake method toString (line 123) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_7 (line 127) | class _FakeDiagnosticsNode_7 extends _i1.SmartFake method toString (line 138) | String toString({ class _FakeOffset_8 (line 145) | class _FakeOffset_8 extends _i1.SmartFake implements _i2.Offset { class MockCanvas (line 158) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 164) | void save() method saveLayer (line 173) | void saveLayer( method restore (line 189) | void restore() method restoreToCount (line 198) | void restoreToCount(int? count) method getSaveCount (line 207) | int getSaveCount() method translate (line 216) | void translate( method scale (line 232) | void scale( method rotate (line 248) | void rotate(double? radians) method skew (line 257) | void skew( method transform (line 273) | void transform(_i7.Float64List? matrix4) method getTransform (line 282) | _i7.Float64List getTransform() method clipRect (line 291) | void clipRect( method clipRRect (line 309) | void clipRRect( method clipRSuperellipse (line 323) | void clipRSuperellipse( method clipPath (line 337) | void clipPath( method getLocalClipBounds (line 351) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 366) | _i2.Rect getDestinationClipBounds() method drawColor (line 381) | void drawColor( method drawLine (line 397) | void drawLine( method drawPaint (line 415) | void drawPaint(_i2.Paint? paint) method drawRect (line 424) | void drawRect( method drawRRect (line 440) | void drawRRect( method drawDRRect (line 456) | void drawDRRect( method drawRSuperellipse (line 474) | void drawRSuperellipse( method drawOval (line 490) | void drawOval( method drawCircle (line 506) | void drawCircle( method drawArc (line 524) | void drawArc( method drawPath (line 546) | void drawPath( method drawImage (line 562) | void drawImage( method drawImageRect (line 580) | void drawImageRect( method drawImageNine (line 600) | void drawImageNine( method drawPicture (line 620) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 629) | void drawParagraph( method drawPoints (line 645) | void drawPoints( method drawRawPoints (line 663) | void drawRawPoints( method drawVertices (line 681) | void drawVertices( method drawAtlas (line 699) | void drawAtlas( method drawRawAtlas (line 725) | void drawRawAtlas( method drawShadow (line 751) | void drawShadow( class MockPaintingContext (line 774) | class MockPaintingContext extends _i1.Mock implements _i3.PaintingContext { method paintChild (line 798) | void paintChild( method appendLayer (line 814) | void appendLayer(_i4.Layer? layer) method addCompositionCallback (line 823) | _i2.VoidCallback addCompositionCallback(_i4.CompositionCallback? callb... method stopRecordingIfNeeded (line 833) | void stopRecordingIfNeeded() method setIsComplexHint (line 842) | void setIsComplexHint() method setWillChangeHint (line 851) | void setWillChangeHint() method addLayer (line 860) | void addLayer(_i4.Layer? layer) method pushLayer (line 869) | void pushLayer( method createChildContext (line 889) | _i3.PaintingContext createChildContext( method pushClipRect (line 914) | _i4.ClipRectLayer? pushClipRect( method pushClipRRect (line 937) | _i4.ClipRRectLayer? pushClipRRect( method pushClipRSuperellipse (line 962) | _i4.ClipRSuperellipseLayer? pushClipRSuperellipse( method pushClipPath (line 987) | _i4.ClipPathLayer? pushClipPath( method pushColorFilter (line 1012) | _i4.ColorFilterLayer pushColorFilter( method pushTransform (line 1043) | _i4.TransformLayer? pushTransform( method pushOpacity (line 1062) | _i4.OpacityLayer pushOpacity( method clipPathAndPaint (line 1093) | void clipPathAndPaint( method clipRRectAndPaint (line 1113) | void clipRRectAndPaint( method clipRSuperellipseAndPaint (line 1133) | void clipRSuperellipseAndPaint( method clipRectAndPaint (line 1153) | void clipRectAndPaint( class MockBuildContext (line 1176) | class MockBuildContext extends _i1.Mock implements _i6.BuildContext { method dependOnInheritedElement (line 1203) | _i6.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 1224) | void visitAncestorElements(_i6.ConditionalElementVisitor? visitor) method visitChildElements (line 1234) | void visitChildElements(_i6.ElementVisitor? visitor) method dispatchNotification (line 1243) | void dispatchNotification(_i9.Notification? notification) method describeElement (line 1253) | _i5.DiagnosticsNode describeElement( method describeWidget (line 1274) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 1295) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 1307) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockScatterChartPainter (line 1326) | class MockScatterChartPainter extends _i1.Mock method paint (line 1333) | void paint( method drawSpots (line 1351) | void drawSpots( method drawScatterErrorBars (line 1369) | void drawScatterErrorBars( method drawTouchTooltips (line 1385) | void drawTouchTooltips( method drawTouchTooltip (line 1403) | void drawTouchTooltip( method handleTouch (line 1425) | _i13.ScatterTouchedSpot? handleTouch( method drawGrid (line 1440) | void drawGrid( method drawBackground (line 1456) | void drawBackground( method drawRangeAnnotation (line 1472) | void drawRangeAnnotation( method drawExtraLines (line 1488) | void drawExtraLines( method drawHorizontalLines (line 1506) | void drawHorizontalLines( method drawVerticalLines (line 1526) | void drawVerticalLines( method getPixelX (line 1546) | double getPixelX( method getPixelY (line 1564) | double getPixelY( method getXForPixel (line 1582) | double getXForPixel( method getYForPixel (line 1600) | double getYForPixel( method getChartCoordinateFromPixel (line 1618) | _i2.Offset getChartCoordinateFromPixel( method getTooltipLeft (line 1646) | double getTooltipLeft( FILE: test/chart/scatter_chart/scatter_chart_test.dart function main (line 11) | void main() function createTestWidget (line 12) | Widget createTestWidget({ FILE: test/extensions/bar_chart_data_extensions_test.dart function main (line 7) | void main() FILE: test/extensions/border_extension_test.dart function main (line 5) | void main() FILE: test/extensions/color_extensions_test.dart function main (line 6) | void main() FILE: test/extensions/edge_insets_extension_test.dart function main (line 5) | void main() FILE: test/extensions/fl_border_data_extension_test.dart function main (line 6) | void main() FILE: test/extensions/fl_titles_data_extension_test.dart function main (line 7) | void main() FILE: test/extensions/gradient_extension_test.dart function main (line 5) | void main() class _TestGradient (line 99) | class _TestGradient extends Gradient { method createShader (line 103) | Shader createShader(Rect rect, {TextDirection? textDirection}) method scale (line 107) | Gradient scale(double t) method withOpacity (line 110) | Gradient withOpacity(double opacity) FILE: test/extensions/paint_extension_test.dart function main (line 7) | void main() FILE: test/extensions/path_extension_test.dart function main (line 10) | void main() FILE: test/extensions/rrect_extension_test.dart function main (line 9) | void main() FILE: test/extensions/side_titles_extension_test.dart function main (line 6) | void main() FILE: test/extensions/size_extension_test.dart function main (line 6) | void main() FILE: test/extensions/text_align_extension_test.dart function main (line 5) | void main() FILE: test/helper_methods.dart function main (line 5) | void main() class HelperMethods (line 15) | class HelperMethods { method equalsPaths (line 16) | bool equalsPaths(Path path1, Path path2) method equalsRRects (line 50) | bool equalsRRects( method equalsOffsets (line 92) | bool equalsOffsets( FILE: test/matchers.dart function matchesScatterSpotWithCirclePainter (line 5) | Matcher matchesScatterSpotWithCirclePainter(ScatterSpot spot) function matchesVerticalRangeAnnotation (line 33) | Matcher matchesVerticalRangeAnnotation(VerticalRangeAnnotation annotation) function matchesHorizontalRangeAnnotation (line 52) | Matcher matchesHorizontalRangeAnnotation(HorizontalRangeAnnotation annot... function matchesVerticalLine (line 71) | Matcher matchesVerticalLine(VerticalLine line) function matchesHorizontalLine (line 85) | Matcher matchesHorizontalLine(HorizontalLine line) FILE: test/utils/canvas_wrapper_test.dart function main (line 14) | void main() function callback (line 110) | void callback() FILE: test/utils/canvas_wrapper_test.mocks.dart class _FakeRect_0 (line 30) | class _FakeRect_0 extends _i1.SmartFake implements _i2.Rect { class _FakeColor_1 (line 40) | class _FakeColor_1 extends _i1.SmartFake implements _i2.Color { class _FakeSize_2 (line 50) | class _FakeSize_2 extends _i1.SmartFake implements _i2.Size { class _FakeFlDotPainter_3 (line 60) | class _FakeFlDotPainter_3 extends _i1.SmartFake implements _i3.FlDotPain... class _FakeOffset_4 (line 70) | class _FakeOffset_4 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_5 (line 80) | class _FakeBorderSide_5 extends _i1.SmartFake implements _i4.BorderSide { method toString (line 90) | String toString({_i4.DiagnosticLevel? minLevel = _i4.DiagnosticLevel.i... class _FakeTextStyle_6 (line 94) | class _FakeTextStyle_6 extends _i1.SmartFake implements _i4.TextStyle { method toString (line 104) | String toString({_i4.DiagnosticLevel? minLevel = _i4.DiagnosticLevel.i... class MockCanvas (line 111) | class MockCanvas extends _i1.Mock implements _i2.Canvas { method save (line 117) | void save() method saveLayer (line 126) | void saveLayer( method restore (line 142) | void restore() method restoreToCount (line 151) | void restoreToCount(int? count) method getSaveCount (line 160) | int getSaveCount() method translate (line 169) | void translate( method scale (line 185) | void scale( method rotate (line 201) | void rotate(double? radians) method skew (line 210) | void skew( method transform (line 226) | void transform(_i5.Float64List? matrix4) method getTransform (line 235) | _i5.Float64List getTransform() method clipRect (line 244) | void clipRect( method clipRRect (line 262) | void clipRRect( method clipRSuperellipse (line 276) | void clipRSuperellipse( method clipPath (line 290) | void clipPath( method getLocalClipBounds (line 304) | _i2.Rect getLocalClipBounds() method getDestinationClipBounds (line 319) | _i2.Rect getDestinationClipBounds() method drawColor (line 334) | void drawColor( method drawLine (line 350) | void drawLine( method drawPaint (line 368) | void drawPaint(_i2.Paint? paint) method drawRect (line 377) | void drawRect( method drawRRect (line 393) | void drawRRect( method drawDRRect (line 409) | void drawDRRect( method drawRSuperellipse (line 427) | void drawRSuperellipse( method drawOval (line 443) | void drawOval( method drawCircle (line 459) | void drawCircle( method drawArc (line 477) | void drawArc( method drawPath (line 499) | void drawPath( method drawImage (line 515) | void drawImage( method drawImageRect (line 533) | void drawImageRect( method drawImageNine (line 553) | void drawImageNine( method drawPicture (line 573) | void drawPicture(_i2.Picture? picture) method drawParagraph (line 582) | void drawParagraph( method drawPoints (line 598) | void drawPoints( method drawRawPoints (line 616) | void drawRawPoints( method drawVertices (line 634) | void drawVertices( method drawAtlas (line 652) | void drawAtlas( method drawRawAtlas (line 678) | void drawRawAtlas( method drawShadow (line 704) | void drawShadow( class MockFlDotPainter (line 727) | class MockFlDotPainter extends _i1.Mock implements _i3.FlDotPainter { method draw (line 748) | void draw( method getSize (line 766) | _i2.Size getSize(_i3.FlSpot? spot) method lerp (line 781) | _i3.FlDotPainter lerp( method hitTest (line 809) | bool hitTest( class MockUtils (line 832) | class MockUtils extends _i1.Mock implements _i6.Utils { method radians (line 838) | double radians(double? degrees) method degrees (line 847) | double degrees(double? radians) method translateRotatedPosition (line 856) | double translateRotatedPosition( method calculateRotationOffset (line 872) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 897) | _i4.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 910) | _i4.BorderSide normalizeBorderSide( method getEfficientInterval (line 935) | double getEfficientInterval( method roundInterval (line 953) | double roundInterval(double? input) method getFractionDigits (line 962) | int getFractionDigits(double? value) method formatNumber (line 971) | String formatNumber( method getThemeAwareTextStyle (line 999) | _i4.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 1024) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 1044) | double convertRadiusToSigma(double? radius) FILE: test/utils/lerp_test.dart function main (line 10) | void main() FILE: test/utils/utils_test.dart function main (line 11) | void main() FILE: test/utils/utils_test.mocks.dart class _FakeOffset_0 (line 29) | class _FakeOffset_0 extends _i1.SmartFake implements _i2.Offset { class _FakeBorderSide_1 (line 39) | class _FakeBorderSide_1 extends _i1.SmartFake implements _i3.BorderSide { method toString (line 49) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeTextStyle_2 (line 53) | class _FakeTextStyle_2 extends _i1.SmartFake implements _i3.TextStyle { method toString (line 63) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeWidget_3 (line 67) | class _FakeWidget_3 extends _i1.SmartFake implements _i3.Widget { method toString (line 77) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeInheritedWidget_4 (line 81) | class _FakeInheritedWidget_4 extends _i1.SmartFake method toString (line 92) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class _FakeDiagnosticsNode_5 (line 96) | class _FakeDiagnosticsNode_5 extends _i1.SmartFake method toString (line 107) | String toString({ class MockUtils (line 117) | class MockUtils extends _i1.Mock implements _i5.Utils { method radians (line 123) | double radians(double? degrees) method degrees (line 132) | double degrees(double? radians) method translateRotatedPosition (line 141) | double translateRotatedPosition( method calculateRotationOffset (line 157) | _i2.Offset calculateRotationOffset( method normalizeBorderRadius (line 182) | _i3.BorderRadius? normalizeBorderRadius( method normalizeBorderSide (line 195) | _i3.BorderSide normalizeBorderSide( method getEfficientInterval (line 220) | double getEfficientInterval( method roundInterval (line 238) | double roundInterval(double? input) method getFractionDigits (line 247) | int getFractionDigits(double? value) method formatNumber (line 256) | String formatNumber( method getThemeAwareTextStyle (line 284) | _i3.TextStyle getThemeAwareTextStyle( method getBestInitialIntervalValue (line 309) | double getBestInitialIntervalValue( method convertRadiusToSigma (line 329) | double convertRadiusToSigma(double? radius) class MockBuildContext (line 341) | class MockBuildContext extends _i1.Mock implements _i3.BuildContext { method dependOnInheritedElement (line 368) | _i3.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 389) | void visitAncestorElements(_i3.ConditionalElementVisitor? visitor) method visitChildElements (line 399) | void visitChildElements(_i3.ElementVisitor? visitor) method dispatchNotification (line 408) | void dispatchNotification(_i3.Notification? notification) method describeElement (line 418) | _i3.DiagnosticsNode describeElement( method describeWidget (line 439) | _i3.DiagnosticsNode describeWidget( method describeMissingAncestor (line 460) | List<_i3.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 472) | _i3.DiagnosticsNode describeOwnershipChain(String? name)